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