Skip to content

Commit

Permalink
gke-deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
misfir3 committed Jun 5, 2018
1 parent 71514fc commit 5e8c610
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platformQuickStarts/GCP/GKE-Docker/gke-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

# Script to deploy webgoat docker (or I guess any docker for that matter) to GKE
# You will need the SDK installed and be authenticated and set up for the project you
# plan to push the image into and run it on

# will pull in config vars
source deploy.cfg

echo "tagging $CURTAG to $DEST_TAG"
Expand Down

0 comments on commit 5e8c610

Please sign in to comment.