Add .gitea/workflows/deploy.yml

This commit is contained in:
Carneiro 2024-11-24 15:56:09 -03:00
parent c0c57564ce
commit d824473bd8
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
name: Deploy
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to alice
uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main