generated from alice-meta-packages/alice-meta-template
Add .gitea/workflows/deb-deploy.yml
Deploy Package / Explore-Gitea-Actions (push) Waiting to run
Details
Deploy Package / Explore-Gitea-Actions (push) Waiting to run
Details
This commit is contained in:
parent
af8720afb8
commit
1c68f5de46
|
@ -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
|
Loading…
Reference in New Issue