From 8d7e0d7810023638371275b776d53067daf9a2bf Mon Sep 17 00:00:00 2001 From: Richard Bullington-McGuire Date: Fri, 3 Jan 2025 12:56:19 -0500 Subject: [PATCH] Fix fine point in deploy always fetch before checking out a branch that might not be there --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4594a5c..df52061 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,6 +23,7 @@ jobs: script: | set -euo pipefail cd /opt/compose + git fetch git checkout main git pull docker compose pull