forked from appwrite/demo-todo-with-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added digital ocean deploy settings
- Loading branch information
1 parent
4f0a369
commit d7da928
Showing
2 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
spec: | ||
name: react-todo-mvc | ||
static_sites: | ||
- build_command: npm build | ||
environment_slug: html | ||
git: | ||
branch: main | ||
repo_clone_url: https://github.com/christyjacob4/react-todo-mvc.git | ||
name: react-todo-mvc | ||
output_dir: build | ||
build_command: npm run build | ||
envs: | ||
- key: REACT_APP_ENDPOINT | ||
value: Your Appwrite endpoint | ||
scope: RUN_TIME | ||
- key: REACT_APP_PROJECT | ||
value: Your Appwrite Project ID | ||
scope: RUN_TIME | ||
- key: REACT_APP_COLLECTION_ID | ||
value: Your Appwrite Collection ID | ||
scope: RUN_TIME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters