tor-router/cloudbuild.yaml
2018-08-12 11:36:58 -04:00

8 lines
286 B
YAML

steps:
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'gcr.io/znetstar-net/tor-router', '.' ]
- name: 'gcr.io/znetstar-net/tor-router'
entrypoint: ""
args: [ 'npm', 'test' ]
- name: 'gcr.io/cloud-builders/docker'
args: [ 'push', 'gcr.io/znetstar-net/tor-router' ]