Add .gitea/workflows/deb-deploy.yml
Deploy Package / Explore-Gitea-Actions (push) Waiting to run Details

This commit is contained in:
Carneiro 2024-11-23 11:19:21 -03:00
parent af8720afb8
commit 1c68f5de46
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
name: Deploy Package
run-name: ${{ gitea.actor }} is deploying
on: [workflow_dispatch]
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to alice
uses: https://git.alice.ufsj.edu.br/alice-meta-packages/deb-deploy-action