rustcord/.gitlab-ci.yml

12 lines
271 B
YAML
Raw Normal View History

2020-04-26 15:34:43 +00:00
# haha imagine testing your code
stages:
2020-04-26 15:36:55 +00:00
- deploy
2020-04-26 15:34:43 +00:00
production:
stage: deploy
script:
2020-04-26 15:58:00 +00:00
- git fetch --all --unshallow
2020-04-26 15:34:43 +00:00
- git remote add heroku https://heroku:$HEROKU_API_KEY@git.heroku.com/discordinator9000.git
- git push -qf heroku HEAD:master
only:
- master