From 9c69d6195f41138bfdb0976bcdc1a255c4f930c5 Mon Sep 17 00:00:00 2001 From: rinba Date: Wed, 16 Apr 2025 20:55:37 -0300 Subject: [PATCH] Adicionar .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitea/workflows/deploy.yml diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..cfa0e47 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,10 @@ +name: Deploy Package +run-name: ${{ gitea.actor }} is deploying +on: [push] + +jobs: + Deploy: + runs-on: ubuntu-latest + steps: + - name: Deploy to alice + uses: https://git.alice.ufsj.edu.br/alice-meta-packages/deb-deploy-action@main \ No newline at end of file