Created
March 9, 2018 21:48
-
-
Save pr1ntr/82fb90a388b93a8b5039e0c398b38ab3 to your computer and use it in GitHub Desktop.
how to condition?
This file contains 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
- provider: script | |
skip_cleanup: true | |
script: scripts/deploy.sh | |
on: | |
all_branches: true | |
condition: | |
- "$DEST == production" | |
- "$DEST == staging" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment