From 8c76104dd0ca3e04899ba3516cd1a2aa692b5a76 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sun, 26 Jun 2022 20:38:53 +0000 Subject: Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2eea78..c2ee23b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,4 +7,4 @@ deploy-heroku: - main script: - git remote add heroku https://heroku:$HEROKU_API_KEY@git.heroku.com/things-to-check.git - - git push -f heroku main + - git push -f heroku HEAD:main -- cgit v1.2.3