Skip to content

Commit

Permalink
feat: updated DO config
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 committed Mar 31, 2021
1 parent d7da928 commit 2567af3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .do/deploy.template.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
spec:
name: react-todo-mvc
name: todo-with-react
static_sites:
- build_command: npm build
environment_slug: html
- environment_slug: html
git:
branch: main
repo_clone_url: https://github.com/christyjacob4/react-todo-mvc.git
name: react-todo-mvc
repo_clone_url: https://github.com/appwrite/todo-with-react.git
name: todo-with-react
output_dir: build
build_command: npm run build
envs:
Expand Down

0 comments on commit 2567af3

Please sign in to comment.