Skip to content

Commit

Permalink
Merge pull request #351 from isb-cgc/test_sp
Browse files Browse the repository at this point in the history
Updates to deployment
  • Loading branch information
s-paquette authored Aug 22, 2019
2 parents 34d6822 + 3c81390 commit 0e6c53a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shell/gcloud-pull-staging-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ mkdir ./json
mkdir ./txt

gsutil cp "gs://${DEPLOYMENT_BUCKET}/${ENV_FILE}" ./.env
gsutil cp "gs://${DEPLOYMENT_BUCKET}/${WEB_CLIENT_SECRETS_FILE}" ./client_secrets.json
gsutil cp "gs://${DEPLOYMENT_BUCKET}/${API_RUNTIME_SA_KEY}" ./privatekey.json
gsutil cp "gs://${DEPLOYMENT_BUCKET}/${OPEN_API_YAML}" ./openapi-appengine.yaml
gsutil cp "gs://${DEPLOYMENT_BUCKET}/${OPEN_API_YAML}" ./apiv4/api.yaml
Expand All @@ -14,8 +13,6 @@ gsutil cp "gs://${DEPLOYMENT_BUCKET}/${SERVICE_ACCOUNT_BLACKLIST_JSON_FILE}" ./
gsutil cp "gs://${DEPLOYMENT_BUCKET}/${GOOGLE_ORG_WHITELIST_JSON_FILE}" ./
gsutil cp "gs://${DEPLOYMENT_BUCKET}/${MANAGED_SERVICE_ACCOUNTS_JSON_FILE}" ./

gsutil cp "gs://${DEPLOYMENT_BUCKET}/${STATIC_COMMIT_CHECK_FILE}" ./

# Pack staged files for caching
echo "Packing JSON and text files for caching into deployment..."
cp --verbose *.json ./json
Expand Down

0 comments on commit 0e6c53a

Please sign in to comment.