alice-auth/.gitea/workflows/deb-deploy.yml

10 lines
263 B
YAML
Raw Permalink Normal View History

2024-11-23 11:19:21 -03:00
name: Deploy Package
run-name: ${{ gitea.actor }} is deploying
on: [workflow_dispatch]
jobs:
Deploy:
2024-11-23 11:19:45 -03:00
runs-on: ubuntu-latest
steps:
- name: Deploy to alice
uses: https://git.alice.ufsj.edu.br/alice-meta-packages/deb-deploy-action