rustcord/.gitlab-ci.yml

11 lines
239 B
YAML

# haha imagine testing your code
stages:
- deploy
production:
stage: deploy
script:
- git remote add heroku https://heroku:$HEROKU_API_KEY@git.heroku.com/discordinator9000.git
- git push -qf heroku HEAD:master
only:
- master