fix misspell secrets
Deploy / deploy (push) Failing after 5s
Details
Deploy / deploy (push) Failing after 5s
Details
This commit is contained in:
parent
b3f8e2e4bc
commit
52ce7449d3
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue