Makefile 143 B

1234
  1. .PHONY: deploy
  2. deploy:
  3. git push deploy master:staging
  4. ssh guildenstern "bash -c 'cd /srv/bots/shrekbot && git rebase staging && ./setup.sh'"