Skip to content

Commit

Permalink
Added support for GCP+docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
akgupta89 committed Mar 21, 2019
1 parent f09e7e2 commit 8ac80f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#cloudbuild.yaml
steps:
- name: 'docker/compose:1.19.0'
args: ['up', '-d']
- name: 'gcr.io/cloud-builders/docker'
args: ['tag', 'workspace_app:latest', 'gcr.io/$PROJECT_ID/$REPO_NAME:$COMMIT_SHA']
images: ['gcr.io/$PROJECT_ID/$REPO_NAME:$COMMIT_SHA']

0 comments on commit 8ac80f4

Please sign in to comment.