From a65ecb003141d9459bed42d8c9568da34bbf91ab Mon Sep 17 00:00:00 2001 From: scanash00 Date: Tue, 10 Mar 2026 14:24:45 -0800 Subject: [PATCH] will this work~ --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a444ff..5a7f894 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,4 +19,4 @@ jobs: host: ${{ secrets.DOKKU_HOST }} username: deploy key: ${{ secrets.DEPLOY_KEY }} - script: sudo dokku git:from-image margin ghcr.io/margin-at/margin:latest --force \ No newline at end of file + script: sudo docker pull ghcr.io/margin-at/margin:latest && sudo dokku git:from-image margin ghcr.io/margin-at/margin:latest --force \ No newline at end of file -- 2.51.2