From c42b799bc3af9eeb95f5449d7b2e1683ceffb14c Mon Sep 17 00:00:00 2001 From: Agatha Rose Date: Sun, 26 Apr 2020 15:58:00 +0000 Subject: [PATCH] Try making CI work --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 059b3f7..60e08d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ stages: production: stage: deploy script: + - git fetch --all --unshallow - git remote add heroku https://heroku:$HEROKU_API_KEY@git.heroku.com/discordinator9000.git - git push -qf heroku HEAD:master only: