2024-11-24 12:14:04 -03:00
|
|
|
name: Deploy
|
2024-07-04 17:18:46 -03:00
|
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
2024-11-24 12:14:04 -03:00
|
|
|
on: [push]
|
2024-07-04 17:18:46 -03:00
|
|
|
|
|
|
|
jobs:
|
2024-07-08 20:05:49 -03:00
|
|
|
Deploy:
|
|
|
|
runs-on: ubuntu-latest
|
2024-07-04 17:18:46 -03:00
|
|
|
steps:
|
2024-11-24 12:14:04 -03:00
|
|
|
- name: Deploy to alice
|
|
|
|
uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main
|
|
|
|
with:
|
2024-11-24 15:15:12 -03:00
|
|
|
dirname: aliceclass
|
|
|
|
src_dir: /var/www/src
|
2024-11-24 15:54:27 -03:00
|
|
|
dest_dir: /var/www/html
|