fix misspell secrets
Deploy / deploy (push) Failing after 5s Details

This commit is contained in:
Carneiro 2024-11-25 14:33:13 -03:00
parent b3f8e2e4bc
commit 52ce7449d3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Deploy to Docker swarm
uses: wshihadeh/docker-deployment-action@v1
with:
remote_docker_host: ${{ secret.SSH_USERNAME }}@${{ secret.SSH_HOST }}
remote_docker_host: ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}
ssh_private_key: ${{ secrets.SSH_PRIV_KEY }}
remote_docker_port: ${{ secrets.SSH_PORT}}
# ssh_public_key: ${{ secrets.DOCKER_SSH_PUBLIC_KEY }}