Skip to content

Commit

Permalink
makefile was useless, try creating creds file before
Browse files Browse the repository at this point in the history
  • Loading branch information
Salva Corts committed Mar 14, 2018
1 parent 578bf83 commit 5dff7ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions Backend/makefile

This file was deleted.

5 changes: 1 addition & 4 deletions build-and-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
set -e

# Configure Google Cloud SDK
ls -la Backend/
touch ${HOME}/Backend/creds.json
echo $GCLOUD_SERVICE_KEY | base64 --decode -i > ${HOME}/Backend/creds.json
echo; echo;
ls -la Backend/
echo "hellooo"
gcloud auth activate-service-account --key-file ${HOME}/Backend/creds.json
gcloud --quiet config set project $PROJECT_NAME
gcloud --quiet config set compute/zone $CLOUDSDK_COMPUTE_ZONE
Expand Down

0 comments on commit 5dff7ea

Please sign in to comment.