Files
lms/.gitea/workflows/deploy.yml
marcio.fernandes 62bb0b318f
Some checks failed
deploy / deploy (push) Failing after 1s
Update .gitea/workflows/deploy.yml
2024-08-04 00:09:39 +00:00

12 lines
209 B
YAML

name: deploy
run-name: ${{ gitea.actor }}
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Portainer webhook
run: |
curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"