diff options
| author | jackyzha0 <[email protected]> | 2020-06-07 16:47:56 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-06-07 16:47:56 -0700 |
| commit | a625c1284094dfe57022419ed0844ae486aff56b (patch) | |
| tree | 7c29f7948f93349a513fda522e939ff6629b1e49 /README.md | |
| parent | Merge pull request #44 from jackyzha0/markdown-improvement (diff) | |
| download | ctrl-v-a625c1284094dfe57022419ed0844ae486aff56b.tar.xz ctrl-v-a625c1284094dfe57022419ed0844ae486aff56b.zip | |
makefile update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -21,7 +21,7 @@ when doing local backend development, make sure you change the backend address t `make fe-build` — builds development release of frontend in `frontend/build` -`make firebase` — deploys dev release of frontend to Firebase. Live at `ctrl-v.app` +`make fe-deploy` — deploys dev release of frontend to Firebase. Live at `ctrl-v.app` #### Backend `make run` — starts backend on `:8080` @@ -32,8 +32,6 @@ when doing local backend development, make sure you change the backend address t `make docker-run` — runs built Docker image on `:8080` -`make docker-all` — builds and runs built Docker image on `:8080` - `make docker-push` — pushes build Docker image to Dockerhub `make gcr` — tags and pushes iamge to Google Container Registry for Cloud Run. Changes are live on `api.ctrl-v.app`
\ No newline at end of file |