fix: we dont like sudo

This commit is contained in:
theoleuthardt 2025-02-24 13:52:46 +01:00
parent 877254994a
commit 231f782428

View file

@ -79,4 +79,4 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd "${{ secrets.HOMELAB_PATH }}"
sudo docker compose up -d --pull always
docker compose up -d --pull always