diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 6ff1a48..2b4d053 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -8,6 +8,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - run: apt install sshpass + - 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