From 3370107f630bbd6f8fe459d422fb224d306191a8 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 13 Jun 2020 15:13:05 -0700 Subject: [PATCH] CI/BUG: dokku branch --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ad03af1..d97b7c5 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -20,5 +20,6 @@ jobs: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} dokku-host: 'planner.thermokar.st' app-name: 'webapp' + remote-branch: 'main' # Keeping the following around, in case of emergencies: # git-push-flags: --force