From f19e935d0dbb685ed9fc72672c2a0244e6856537 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Sat, 23 Nov 2024 11:25:02 -0300 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5a579d7..c745faf 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -3,6 +3,12 @@ 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 + Explore-Gitea-Actions: runs-on: ubuntu-latest steps: