2024-09-09 10:44:58 -03:00
|
|
|
name: Deploy Package
|
|
|
|
run-name: ${{ gitea.actor }} is deploying
|
|
|
|
on: [push]
|
|
|
|
|
|
|
|
jobs:
|
2024-11-23 12:56:57 -03:00
|
|
|
Deploy:
|
2024-09-09 11:47:29 -03:00
|
|
|
runs-on: ubuntu-latest
|
2024-09-09 10:44:58 -03:00
|
|
|
steps:
|
|
|
|
- name: Deploy to alice
|
2024-11-23 12:56:57 -03:00
|
|
|
uses: https://git.alice.ufsj.edu.br/alice-meta-packages/deb-deploy-action@main
|