Last active
December 7, 2020 11:13
-
-
Save adikari/74ecea1a37b68052a91e803b4a9c18d9 to your computer and use it in GitHub Desktop.
deploy pipeline for foo service
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: "Deploying foo service to ${STAGE}" | |
command: "./foo-service/bin/deploy ${STAGE}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment