Skip to content

Commit f0894c9

Browse files
authored
Update README.md
1 parent 103fcd8 commit f0894c9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ npm run dev
1414
# build the vue project
1515
npm run build
1616

17-
# clear the existing build and deploy new build to S3
18-
npm run deploy
17+
# clear the existing build and deploy new build to S3 staging environment (appstage.omnibuilds.com)
18+
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
1922

2023
# does the following
2124
aws s3 rm s3://omni-dev-spa --recursive && aws s3 sync ~/Desktop/app/dist/ s3://omni-dev-spa

0 commit comments

Comments
 (0)