mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
Merge pull request #25 from theoleuthardt/deployment
fix: we dont like sudo
This commit is contained in:
commit
a5b5fbd0c8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue