Created
August 29, 2018 15:22
-
-
Save todkap/a8a666e59c95802d138dfd0dc5e094cd to your computer and use it in GitHub Desktop.
deployment to ibmcloud
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
branches: | |
only: | |
- master | |
services: | |
- 'docker' | |
before_script: | |
- 'make prereqs-ibmcloud' | |
- 'make login-ibmcloud' | |
- 'make configure-ibmcloud' | |
script: | |
- 'make deploy-ibmcloud' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment