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
- name: Docker Stack deploy
uses: cssnr/stack-deploy-action@v1
uses: kitconcept/docker-stack-deploy@v1.0.1
with:
name: lolstats
file: docker-compose.yml
host: 192.168.1.105
user: root
ssh_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
env_file: .env
remote_host: 192.168.1.105
remote_user: root
remote_private_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
stack_file: "docker-compose.yml"
stack_name: "lolstats"
env_file: ".env"