Skip to content

Commit

Permalink
Fix deployment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwillhacking committed Jun 11, 2024
1 parent debab8d commit e539825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .do/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- build_command: hugo --config hugo.toml --destination ./public
environment_slug: hugo
github:
branch: main
branch: dev
deploy_on_push: true
repo: goodwillhacking/website
name: website
name: goodwillhacking
2 changes: 1 addition & 1 deletion .do/deploy.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- build_command: hugo --config hugo.toml --destination ./public
environment_slug: hugo
github:
branch: main
branch: dev
deploy_on_push: true
repo: goodwillhacking/website
name: website

0 comments on commit e539825

Please sign in to comment.