From ab058fcb1e280da1149d748ccac8258127daf49c Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Sun, 24 Nov 2024 14:57:47 +0100 Subject: [PATCH] Added PUBLIC_KEY to pipeline --- .gitea/workflows/pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 2ff5050..c7388da 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -79,6 +79,7 @@ jobs: remote_docker_host: 192.168.1.105 remote_docker_username: root ssh_private_key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }} + ssh_public_key: ${{ secrets.DEPLOY_SSH_PUBLIC_KEY }} deployment_mode: docker-swarm stack_file_path: "docker-compose.yml" stack_name: "lolstats"