2024-11-24 15:56:09 -03:00
|
|
|
name: Deploy
|
|
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
|
|
on: [push]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
Deploy:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Deploy to alice
|
2024-11-24 15:56:34 -03:00
|
|
|
uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main
|
2024-11-24 16:03:45 -03:00
|
|
|
with:
|
|
|
|
host: ${{ secrets.ALICE_SSH_HOST }}
|
|
|
|
port: ${{ secrets.ALICE_SSH_PORT }}
|
|
|
|
key: ${{ secrets.ALICE_SSH_PRIV_KEY }}
|
2024-12-05 20:28:37 -03:00
|
|
|
username: ${{ secrets.ALICE_SSH_USERNAME }}
|
2024-12-05 20:33:18 -03:00
|
|
|
output_dirname: wonderland
|
2024-12-06 19:31:06 -03:00
|
|
|
dirname: wonderland
|
|
|
|
jekyll_args: --trace
|