Update .gitea/workflows/deploy.yml
Deploy Package / Deploy (push) Failing after 3s Details
Deploy Package / Explore-Gitea-Actions (push) Successful in 5s Details

This commit is contained in:
Carneiro 2024-11-23 11:25:02 -03:00
parent 54695cdeba
commit f19e935d0d
1 changed files with 6 additions and 0 deletions

View File

@ -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: