Skip to content

Commit

Permalink
ensure the secrets dir is created
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lambert committed Aug 3, 2018
1 parent a144f3d commit 83279ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions products/cloud/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ source ../../common/project_settings.sh
# This section of code is modified from the code found here:
# https://www.spinnaker.io/setup/install/providers/appengine/

# Ensure the secrets dir exists
mkdir -p ../app/secrets
# Create a new role for the app.
SERVICE_ACCOUNT_NAME=product-service
SERVICE_ACCOUNT_DEST=../app/secrets/service_account.json
Expand Down

0 comments on commit 83279ff

Please sign in to comment.