From 998d75bed27c00f7cafed9c3f65a057e1dbb4cd9 Mon Sep 17 00:00:00 2001 From: Maciej Procyk Date: Sat, 7 Mar 2020 23:27:00 +0100 Subject: [PATCH] fix: do force push to heroku --- .github/workflows/webserver_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/webserver_deploy.yml b/.github/workflows/webserver_deploy.yml index c330b01f..be5d54ef 100644 --- a/.github/workflows/webserver_deploy.yml +++ b/.github/workflows/webserver_deploy.yml @@ -18,4 +18,5 @@ jobs: if: github.ref == 'refs/heads/server' && job.status == 'success' run: | git fetch --all --unshallow + ls -la git push -f https://heroku:${{ secrets.HEROKU_API_TOKEN }}@git.heroku.com/mycanteenapp.git server:master