Skip to content

Instantly share code, notes, and snippets.

@adikari
Last active December 7, 2020 11:13
Show Gist options
  • Save adikari/74ecea1a37b68052a91e803b4a9c18d9 to your computer and use it in GitHub Desktop.
Save adikari/74ecea1a37b68052a91e803b4a9c18d9 to your computer and use it in GitHub Desktop.
deploy pipeline for foo service
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