bruce (owner)

Revisions

gist: 158418 Download_button fork
public
Public Clone URL: git://gist.github.com/158418.git
Embed All Files: show embed
aliases.txt #
1
2
alias publish-production='git push && git tag production -f && git push origin production && cap production deploy'
alias publish-staging='git push && git tag staging -f && git push origin staging && cap deploy'