Skip to content

Commit

Permalink
cloudbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
caddac committed Apr 27, 2022
1 parent da39238 commit e84b7fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'gcr.io/doit-public/doit-easily/deployer:$TAG_NAME', '-f', 'deployer', '.' ]
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/doit-public/doit-easily/deployer:$TAG_NAME']
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'gcr.io/doit-public/doit-easily/tester:$TAG_NAME', '-f', 'apptest/tester/', '.' ]
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/doit-public/doit-easily/tester:$TAG_NAME']
# todo can we run verifier? it requires a cluster...

0 comments on commit e84b7fb

Please sign in to comment.