aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-06-07 16:47:56 -0700
committerjackyzha0 <[email protected]>2020-06-07 16:47:56 -0700
commita625c1284094dfe57022419ed0844ae486aff56b (patch)
tree7c29f7948f93349a513fda522e939ff6629b1e49 /README.md
parentMerge pull request #44 from jackyzha0/markdown-improvement (diff)
downloadctrl-v-a625c1284094dfe57022419ed0844ae486aff56b.tar.xz
ctrl-v-a625c1284094dfe57022419ed0844ae486aff56b.zip
makefile update
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index e5d15cf..d49a833 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ when doing local backend development, make sure you change the backend address t
`make fe-build` &mdash; builds development release of frontend in `frontend/build`
-`make firebase` &mdash; deploys dev release of frontend to Firebase. Live at `ctrl-v.app`
+`make fe-deploy` &mdash; deploys dev release of frontend to Firebase. Live at `ctrl-v.app`
#### Backend
`make run` &mdash; starts backend on `:8080`
@@ -32,8 +32,6 @@ when doing local backend development, make sure you change the backend address t
`make docker-run` &mdash; runs built Docker image on `:8080`
-`make docker-all` &mdash; builds and runs built Docker image on `:8080`
-
`make docker-push` &mdash; pushes build Docker image to Dockerhub
`make gcr` &mdash; 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