Add .gitlab-ci.yml

This commit is contained in:
Agatha Rose 2020-04-26 15:34:43 +00:00
parent 42f340743b
commit 3e98c34d21
1 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
# 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