Created
October 5, 2019 09:39
-
-
Save ekpangmichael/0e1538c88f74320f4989dc18d051ec11 to your computer and use it in GitHub Desktop.
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
# Function to deploy to Heroku | |
.deploy_script: &deploy_script | |
script: | |
- apk update && apk add git && apk add curl | |
- git remote add heroku https://heroku:[email protected]/$APP.git | |
- git push heroku HEAD:master -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment