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

This commit is contained in:
Carneiro 2025-05-03 19:16:42 -03:00
parent e516e0ba95
commit a42b207efd
1 changed files with 4 additions and 0 deletions

View File

@ -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