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
|
|
|
|
|