Fix indentation
Some checks failed
pipeline / build-and-push-images (push) Successful in 15s
pipeline / deploy (push) Failing after 12s

This commit is contained in:
2025-01-03 19:24:16 +01:00
parent 127b13868b
commit ef8baa2020

View File

@@ -47,6 +47,7 @@ jobs:
tags: | tags: |
git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:latest git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:latest
git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:${{ github.sha }} git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:${{ github.sha }}
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: needs:
@@ -73,7 +74,7 @@ jobs:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.PACKAGES_TOKEN }} password: ${{ secrets.PACKAGES_TOKEN }}
- name: Docker Stack deploy - name: Docker Stack deploy
uses: leonidgrishenkov/docker-stack-deploy@v1.2.3 uses: leonidgrishenkov/docker-stack-deploy@v1.2.3
with: with:
remote_host: docker-prod.local remote_host: docker-prod.local