Try making CI work
This commit is contained in:
parent
24e41d387e
commit
c42b799bc3
|
@ -5,6 +5,7 @@ stages:
|
||||||
production:
|
production:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
- git fetch --all --unshallow
|
||||||
- git remote add heroku https://heroku:$HEROKU_API_KEY@git.heroku.com/discordinator9000.git
|
- git remote add heroku https://heroku:$HEROKU_API_KEY@git.heroku.com/discordinator9000.git
|
||||||
- git push -qf heroku HEAD:master
|
- git push -qf heroku HEAD:master
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in New Issue