Update .gitea/workflows/deploy.yml
Deploy / deploy (push) Failing after 26s
Details
Deploy / deploy (push) Failing after 26s
Details
This commit is contained in:
parent
aa006b4b14
commit
f38aea9f5e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue