alice-tools/.gitea/workflows/deploy.yml

10 lines
245 B
YAML

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