Cambio actions per forgejo.
All checks were successful
build and deploy / build+deploy (push) Successful in 39s
All checks were successful
build and deploy / build+deploy (push) Successful in 39s
This commit is contained in:
parent
d5c03e91b8
commit
e0021ea75c
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Compilazione del sito
|
||||
run: /venv/bin/pelican content -s publishconf.py
|
||||
- name: Trasferimento del sito
|
||||
uses: burnett01/rsync-deployments@6.0.0
|
||||
uses: https://github.com/burnett01/rsync-deployments@6.0.0
|
||||
with:
|
||||
switches: -avz --delete
|
||||
path: output/
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
remote_path: /var/www/conference
|
||||
- name: Sistemazione permessi
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
uses: https://github.com/appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.REMOTE_HOST }}
|
||||
port: ${{ secrets.REMOTE_PORT }}
|
Loading…
Add table
Add a link
Reference in a new issue