Skip to content

Commit

Permalink
Update deploy script name
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz committed Feb 22, 2019
1 parent 816d676 commit c7ad504
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
timeout: 1800s

steps:
# Create the image builder for later steps.
# Create the image for later steps.
- name: gcr.io/cloud-builders/docker
args: [
'build', '-t', 'gcr.io/$PROJECT_ID/epoxy_boot_server:$BUILD_ID', '.'
Expand All @@ -12,12 +12,11 @@ steps:
args: [
'push', 'gcr.io/$PROJECT_ID/epoxy_boot_server:$BUILD_ID'
]

# Deploy to GCE.
- name: gcr.io/cloud-builders/gcloud
entrypoint: bash
args:
- '/workspace/deploy_gce.sh'
- '/workspace/deploy_epoxy_container.sh'
env:
- 'PROJECT=$PROJECT_ID'
- 'CONTAINER=gcr.io/$PROJECT_ID/epoxy_boot_server:$BUILD_ID'
Expand Down

0 comments on commit c7ad504

Please sign in to comment.