We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103fcd8 commit f0894c9Copy full SHA for f0894c9
README.md
@@ -14,8 +14,11 @@ npm run dev
14
# build the vue project
15
npm run build
16
17
-# clear the existing build and deploy new build to S3
18
-npm run deploy
+# clear the existing build and deploy new build to S3 staging environment (appstage.omnibuilds.com)
+npm run deploy_stage
19
+
20
+# clear the existing build and deploy new build to S3 production environment (app.omnibuilds.com)
21
+npm run deploy_prod
22
23
# does the following
24
aws s3 rm s3://omni-dev-spa --recursive && aws s3 sync ~/Desktop/app/dist/ s3://omni-dev-spa
0 commit comments