diff --git a/.gitea/workflows/deploy-production.yml b/.gitea/workflows/deploy-production.yml index 31c13c0..954e292 100644 --- a/.gitea/workflows/deploy-production.yml +++ b/.gitea/workflows/deploy-production.yml @@ -9,8 +9,16 @@ on: jobs: deploy: runs-on: docker + container: + image: docker:latest + volumes: + - /var/run/docker.sock:/var/run/docker.sock steps: - - uses: actions/checkout@v4 + - name: Install git + run: apk add --no-cache git + + - name: Clone repository + run: git clone --depth 1 https://git.ai-assistant-bot.xyz/root/finance-api.git . - name: Build & Deploy run: |