Created
December 5, 2020 14:33
-
-
Save adikari/744142fed614c9262972b59f3ffcd9ea to your computer and use it in GitHub Desktop.
foo service merge pipeline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
- label: "Run sanity checks" | |
command: | |
- "echo linting" | |
- "echo testing" | |
- label: "Deploy to staging" | |
trigger: "foo-deploy" | |
build: | |
env: | |
STAGE: "staging" | |
- wait | |
- block: ":rocket: Release to Production" | |
- label: "Deploy to production" | |
trigger: "foo-deploy" | |
build: | |
env: | |
STAGE: "production" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment