Skip to content

Commit

Permalink
👷 migrate ci to dedicated gcp project
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipWolf committed Sep 3, 2019
1 parent 7fecb4f commit 1de84c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ steps:
- '--build-arg'
- 'WATERFALL_SUBSERVERS_ROLE=BUNGEE'
- '-t'
- 'gcr.io/possible-surf-250517/waterfall'
- 'gcr.io/hrznfactory/waterfall'
- '.'
- name: 'gcr.io/cloud-builders/docker'
args:
- 'push'
- 'gcr.io/possible-surf-250517/waterfall'
- 'gcr.io/hrznfactory/waterfall'
- name: 'gcr.io/cloud-builders/docker'
args:
- 'build'
Expand All @@ -21,12 +21,12 @@ steps:
- '--build-arg'
- 'WATERFALL_SUBSERVERS_ROLE=SYNC'
- '-t'
- 'gcr.io/possible-surf-250517/waterfall-sync'
- 'gcr.io/hrznfactory/waterfall-sync'
- '.'
- name: 'gcr.io/cloud-builders/docker'
args:
- 'push'
- 'gcr.io/possible-surf-250517/waterfall-sync'
- 'gcr.io/hrznfactory/waterfall-sync'
images:
- 'gcr.io/possible-surf-250517/waterfall'
- 'gcr.io/possible-surf-250517/waterfall-sync'
- 'gcr.io/hrznfactory/waterfall'
- 'gcr.io/hrznfactory/waterfall-sync'

0 comments on commit 1de84c3

Please sign in to comment.