diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 193ba43..8341c47 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,6 +9,10 @@ jobs: - name: Deploy to alice uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main with: + host: ${{ secrets.SSH_HOST }} + port: ${{ secrets.SSH_PORT }} + key: ${{ secrets.SSH_PRIV_KEY }} + username: ${{ secrets.SSH_USERNAME }} dirname: mmpSearch src_dir: /var/www/html/trens dest_dir: /var/www/html