generated from alice-meta-packages/alice-meta-template
Update .gitea/workflows/deploy.yml
This commit is contained in:
parent
54695cdeba
commit
f19e935d0d
|
@ -3,6 +3,12 @@ run-name: ${{ gitea.actor }} is deploying
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
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:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue