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"