From e539825e603e495011bbf3064ca01035001f3715 Mon Sep 17 00:00:00 2001 From: goodwillhacking Date: Mon, 10 Jun 2024 23:53:29 -0500 Subject: [PATCH] Fix deployment issues --- .do/app.yml | 4 ++-- .do/deploy.template.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.do/app.yml b/.do/app.yml index e508d0d..24b5daa 100644 --- a/.do/app.yml +++ b/.do/app.yml @@ -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 diff --git a/.do/deploy.template.yml b/.do/deploy.template.yml index e508d0d..6bf8df2 100644 --- a/.do/deploy.template.yml +++ b/.do/deploy.template.yml @@ -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