Skip to content

Commit

Permalink
Merge pull request elmoallistair#55 from Takane42/patch-1
Browse files Browse the repository at this point in the history
update gsp304
  • Loading branch information
elmoallistair authored Mar 14, 2021
2 parents e8b5f60 + 54553cb commit 000b5d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mkdir echo-web && cd echo-web
gsutil cp -r gs://$DEVSHELL_PROJECT_ID/echo-web.tar.gz .
tar -xzf echo-web.tar.gz
rm echo-web.tar.gz
cd echo-web
docker build -t echo-app:v1 .
docker tag echo-app:v1 gcr.io/$DEVSHELL_PROJECT_ID/echo-app:v1
docker push gcr.io/$DEVSHELL_PROJECT_ID/echo-app:v1
Expand Down

0 comments on commit 000b5d9

Please sign in to comment.