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

11 lines
246 B
YAML
Raw Normal View History

2024-09-09 15:32:13 -03:00
name: Deploy Package
run-name: ${{ gitea.actor }} is deploying
on: [push]
jobs:
2024-11-23 11:25:02 -03:00
Deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to alice
2024-11-23 11:27:34 -03:00
uses: https://git.alice.ufsj.edu.br/alice-meta-packages/deb-deploy-action@main