From e2dd186339c348480bad8f0853ee10e12aad78d7 Mon Sep 17 00:00:00 2001 From: theoleuthardt Date: Sun, 23 Feb 2025 01:09:20 +0100 Subject: [PATCH] fix: permission denied dodge --- .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 24a4658..fdba931 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -73,4 +73,4 @@ jobs: port: ${{ secrets.PORT }} script: | cd "${{ secrets.HOMELAB_PATH }}" - docker compose up -d --pull always \ No newline at end of file + sudo docker compose up -d --pull always \ No newline at end of file