Update .gitea/workflows/deploy.yml
Deploy / Deploy (push) Failing after 11s
Details
Deploy / Deploy (push) Failing after 11s
Details
This commit is contained in:
parent
e516e0ba95
commit
a42b207efd
|
@ -9,6 +9,10 @@ jobs:
|
||||||
- name: Deploy to alice
|
- name: Deploy to alice
|
||||||
uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main
|
uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main
|
||||||
with:
|
with:
|
||||||
|
host: ${{ secrets.SSH_HOST }}
|
||||||
|
port: ${{ secrets.SSH_PORT }}
|
||||||
|
key: ${{ secrets.SSH_PRIV_KEY }}
|
||||||
|
username: ${{ secrets.SSH_USERNAME }}
|
||||||
dirname: mmpSearch
|
dirname: mmpSearch
|
||||||
src_dir: /var/www/html/trens
|
src_dir: /var/www/html/trens
|
||||||
dest_dir: /var/www/html
|
dest_dir: /var/www/html
|
||||||
|
|
Loading…
Reference in New Issue