diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 5442b02..30398a7 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -20,4 +20,4 @@ jobs: shell: bash - name: Update Compose run: | - ssh -i private.key craisin@minicraisin cd /home/craisin/config && git pull && docker compose up -d --remove-orphans \ No newline at end of file + ssh -i private.key craisin@minicraisin "cd /home/craisin/config && git pull && docker compose up -d --remove-orphans" \ No newline at end of file