Added PUBLIC_KEY to pipeline
Some checks failed
pipeline / build-and-push-images (push) Successful in 10s
pipeline / deploy (push) Failing after 3s

This commit is contained in:
2024-11-24 14:57:47 +01:00
parent 79099b7060
commit ab058fcb1e

View File

@@ -79,6 +79,7 @@ jobs:
remote_docker_host: 192.168.1.105 remote_docker_host: 192.168.1.105
remote_docker_username: root remote_docker_username: root
ssh_private_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }} ssh_private_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
ssh_public_key: ${{ secrets.DEPLOY_SSH_PUBLIC_KEY }}
deployment_mode: docker-swarm deployment_mode: docker-swarm
stack_file_path: "docker-compose.yml" stack_file_path: "docker-compose.yml"
stack_name: "lolstats" stack_name: "lolstats"