diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2100c98..ea6a668 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -203,6 +203,12 @@ jobs: upsert TELEGRAM_BOT_TOKEN "$TELEGRAM_BOT_TOKEN" upsert TELEGRAM_CHAT_ID "$TELEGRAM_CHAT_ID" + - name: Install docker and compose inside runner + run: | + if command -v apk >/dev/null 2>&1; then + apk add --no-cache docker-cli docker-cli-compose jq curl git || true + fi + - name: Deploy on 192.168.1.190 env: ARTIFACT_TGZ: ${{ github.workspace }}/web-artifact.tgz