Skip to content

Commit

Permalink
docker was not using conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Salva Corts committed Mar 14, 2018
1 parent 63a4d45 commit 2edbb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-and-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ docker-credential-gcr configure-docker
# Build Backend
cd Backend/
docker build -f dockerfile -t gcr.io/how-it-does/backend:latest .
gcloud docker -- push gcr.io/how-it-does/backend:latest
docker push gcr.io/how-it-does/backend:latest
kubectl rolling-update backend --image=gcr.io/how-it-does/backend:latest

# Move from backent to Frontend
cd ../Frontend/
docker build -f dockerfile -t gcr.io/how-it-does/frontend:latest .
gcloud docker -- push gcr.io/how-it-does/frontend:latest
docker push gcr.io/how-it-does/frontend:latest
kubectl rolling-update frontend --image=gcr.io/how-it-does/frontend:latest

0 comments on commit 2edbb7e

Please sign in to comment.