Update .gitea/workflows/deploy.yml
Deploy / deploy (push) Failing after 7s Details

This commit is contained in:
Carneiro 2024-11-24 19:23:26 -03:00
parent 5b904cce4c
commit 720a95b3ee
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ jobs:
uses: kitconcept/docker-stack-deploy@v1.0.1
with:
remote_host: ${{ secrets.SSH_HOST }}
remote_user: ${{ secrets.SSH_USER }}
remote_port: ${{ secrets.SSH_PORT }}
remote_user: ${{ secrets.SSH_USERNAME }}
remote_private_key: ${{ secrets.SSH_PRIV_KEY }}
stack_file: "docker-compose.yml"
stack_name: "filestash"