Tryfix pipeline
Some checks failed
pipeline / build-and-push-images (push) Successful in 11s
pipeline / deploy (push) Failing after 5s

This commit is contained in:
2024-11-24 14:41:16 +01:00
parent 73f54f5a7b
commit fee2c489d2

View File

@@ -66,11 +66,11 @@ jobs:
ls -la .env ls -la .env
- name: Docker Stack deploy - name: Docker Stack deploy
uses: cssnr/stack-deploy-action@v1 uses: kitconcept/docker-stack-deploy@v1.0.1
with: with:
name: lolstats remote_host: 192.168.1.105
file: docker-compose.yml remote_user: root
host: 192.168.1.105 remote_private_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
user: root stack_file: "docker-compose.yml"
ssh_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }} stack_name: "lolstats"
env_file: .env env_file: ".env"