New bucket

This commit is contained in:
2019-04-11 17:39:10 -04:00
parent 9921cb452d
commit d580c93c0e
3 changed files with 43 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
- run:
name: Build
command: yarn build
command: yarn build -c ${CIRCLE_BRANCH}
- persist_to_workspace:
root: ./
@ -56,7 +56,7 @@ jobs:
- run:
name: Deploy
command: gsutil cp -r dist/ZaksCode/* gs://staging.zaks-code.appspot.com
command: gsutil cp -r dist/ZaksCode/* gs://staging.zakscode.com
deploy-prod:
docker: