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

10 lines
245 B
YAML
Raw Permalink Normal View History

2024-10-30 11:45:52 -03:00
name: Deploy Package
run-name: ${{ gitea.actor }} is deploying
on: [push]
jobs:
2024-11-23 17:51:55 -03:00
Deploy:
2024-10-30 11:45:52 -03:00
runs-on: ubuntu-latest
steps:
- name: Deploy to alice
2024-11-23 17:51:55 -03:00
uses: https://git.alice.ufsj.edu.br/alice-meta-packages/deb-deploy-action@main