Skip to content

Commit 1f67686

Browse files
committed
Reverted s3 bucket names
1 parent a034fed commit 1f67686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json}\"",
7777
"format": "npm run prettier && npm run lint:fix",
7878
"predeploy-demo": "export REACT_APP_STAGE=demo && npm run postinstall && npm run build",
79-
"exec-deploy-demo": "aws s3 sync dist/ s3://demo-b1admin-app",
79+
"exec-deploy-demo": "aws s3 sync dist/ s3://demo-chums-app",
8080
"postdeploy-demo": "aws cloudfront create-invalidation --distribution-id E2SBDXIK2UVHM9 --paths \"/*\"",
8181
"deploy-demo": "npm run predeploy-demo && npm run exec-deploy-demo && npm run postdeploy-demo",
8282
"predeploy-staging": "export REACT_APP_STAGE=staging && npm run postinstall && npm run build",
83-
"exec-deploy-staging": "aws s3 sync dist/ s3://staging-b1admin-app",
83+
"exec-deploy-staging": "aws s3 sync dist/ s3://staging-chums-app",
8484
"postdeploy-staging": "aws cloudfront create-invalidation --distribution-id E2SBDXIK2UVHM9 --paths \"/*\"",
8585
"deploy-staging": "npm run predeploy-staging && npm run exec-deploy-staging && npm run postdeploy-staging",
8686
"predeploy-prod": "export REACT_APP_STAGE=prod && npm run postinstall && npm run build",
87-
"exec-deploy-prod": "aws s3 sync dist/ s3://b1admin-app",
87+
"exec-deploy-prod": "aws s3 sync dist/ s3://chums-app",
8888
"postdeploy-prod": "aws cloudfront create-invalidation --distribution-id E3FB2K4FSP7ZUB --paths \"/*\"",
8989
"deploy-prod": "npm run predeploy-prod && npm run exec-deploy-prod && npm run postdeploy-prod",
9090
"postinstall": "copyfiles -a -f node_modules/@churchapps/apphelper/public/locales/** public/apphelper/locales && copyfiles -a -f node_modules/@churchapps/apphelper/public/css/** public/apphelper/css"

0 commit comments

Comments
 (0)