diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index e81f355..2e02503 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -11,4 +11,4 @@ jobs: - run: apt update && apt install sshpass -y - name: Update Compose run: | - sshpass -p ${{ secrets.SSH_PASSWORD }} ssh craisin@minicraisin cd ~/config && git pull && docker compose up -d --remove-orphans \ No newline at end of file + sshpass -p ${{ secrets.SSH_PASSWORD }} ssh craisin@minicraisin touch hello \ No newline at end of file