Adicionar .gitea/workflows/deploy.yml

This commit is contained in:
rinba 2025-04-16 20:55:37 -03:00
parent a85db59ac2
commit 9c69d6195f
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
name: Deploy Package
run-name: ${{ gitea.actor }} is deploying
on: [push]
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to alice
uses: https://git.alice.ufsj.edu.br/alice-meta-packages/deb-deploy-action@main