Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Add staging-devnet2 promotion to production #861

Merged
merged 1 commit into from
Aug 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .buildkite/deploy.production.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@ common_tools_plugin: &common_tools_plugin
oasislabs/private-oasis-buildkite-tools#v0.2.0: ~

steps:
- label: Update staging tag to be next-production-deployment (master branches only)
- label: Update staging devnet1 tag to be next-production-deployment (master branches only)
branches: master
command:
- .buildkite/common/scripts/promote_docker_image_to.sh --from-image-tag staging oasislabs/ekiden-runtime-ethereum next-production-deployment
plugins:
- *common_tools_plugin

- label: Update staging devnet2 tag to be next-production-deployment (master branches only)
branches: master
command:
- .buildkite/common/scripts/promote_docker_image_to.sh --from-image-tag staging-devnet2 oasislabs/ekiden-runtime-ethereum next-production-devnet2-deployment
plugins:
- *common_tools_plugin