Skip to content

Commit

Permalink
fix: add static site configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawntraoz committed Dec 22, 2020
1 parent 0280f70 commit 706e227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .do/app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cd
services:
- environment_slug: node-js
static_sites:
- environment_slug: html
build_command: yarn generate
github:
repo: Dawntraoz/potatizer
Expand Down
4 changes: 2 additions & 2 deletions .do/deploy.template.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spec:
name: cd
services:
- environment_slug: node-js
static_sites:
- environment_slug: html
build_command: yarn generate
git:
branch: main
Expand Down

0 comments on commit 706e227

Please sign in to comment.