Skip to content

Instantly share code, notes, and snippets.

View sunilmurali's full-sized avatar
🎯
Focusing

sunilmurali

🎯
Focusing
View GitHub Profile
@caarlos0
caarlos0 / deploy.sh
Last active December 18, 2017 01:00
Continous deploy with Jenkins and Heroku. This is the post-build script.
#!/bin/bash
#
# login in the jenkins server with:
#
# heroku login
# heroku keys:add
#
# Doing so, jenkins will have permission to deploy to
# the heroku remote.
#