Update .gitea/workflows/deploy.yml
Deploy / Deploy (push) Successful in 12s Details

This commit is contained in:
Carneiro 2024-11-24 16:03:45 -03:00
parent e07d3183b3
commit 743f758557
1 changed files with 5 additions and 1 deletions

View File

@ -8,4 +8,8 @@ jobs:
steps:
- name: Deploy to alice
uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main
with:
host: ${{ secrets.ALICE_SSH_HOST }}
port: ${{ secrets.ALICE_SSH_PORT }}
key: ${{ secrets.ALICE_SSH_PRIV_KEY }}
username: ${{ secrets.ALICE_SSH_USERNAME }}