generated from Alice/alice-jekyll-template
Update .gitea/workflows/deploy.yml
Deploy / Deploy (push) Successful in 12s
Details
Deploy / Deploy (push) Successful in 12s
Details
This commit is contained in:
parent
e07d3183b3
commit
743f758557
|
@ -8,4 +8,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- 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:
|
||||||
|
host: ${{ secrets.ALICE_SSH_HOST }}
|
||||||
|
port: ${{ secrets.ALICE_SSH_PORT }}
|
||||||
|
key: ${{ secrets.ALICE_SSH_PRIV_KEY }}
|
||||||
|
username: ${{ secrets.ALICE_SSH_USERNAME }}
|
Loading…
Reference in New Issue