From ef8baa20207510ea232e5d22a451052639d13b0c Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Fri, 3 Jan 2025 19:24:16 +0100 Subject: [PATCH] Fix indentation --- .gitea/workflows/pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 68e5eb5..ce5150e 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -47,6 +47,7 @@ jobs: tags: | git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:latest git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:${{ github.sha }} + deploy: runs-on: ubuntu-latest needs: @@ -73,7 +74,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.PACKAGES_TOKEN }} - - name: Docker Stack deploy + - name: Docker Stack deploy uses: leonidgrishenkov/docker-stack-deploy@v1.2.3 with: remote_host: docker-prod.local