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

This commit is contained in:
Carneiro 2024-11-24 19:36:03 -03:00
parent aa006b4b14
commit f38aea9f5e
1 changed files with 3 additions and 4 deletions

View File

@ -8,14 +8,13 @@ jobs:
steps:
- name: Checkout codebase
uses: actions/checkout@v2
- run: echo ${{ secrets.SSH_HOST }} ${{ secrets.SSH_USERNAME }}
- name: Deploy
uses: kitconcept/docker-stack-deploy@v1.0.1
with:
remote_host: ${{ secrets.SSH_HOST }}
remote_port: ${{ secrets.SSH_PORT }}
remote_user: ${{ secrets.SSH_USERNAME }}
remote_host: alice.ufsj.edu.br
remote_port: 55022
remote_user: act_runner
remote_private_key: ${{ secrets.SSH_PRIV_KEY }}
stack_file: "docker-compose.yml"
stack_name: "filestash"