Files
lms/.gitea/workflows/deploy.yml
marcio.fernandes 9a22b1ba33
Some checks failed
deploy / deploy (push) Failing after 4m43s
Update .gitea/workflows/deploy.yml
2024-08-04 03:07:37 +00:00

20 lines
382 B
YAML

name: deploy
run-name: ${{ gitea.actor }} invoke portainer webhook
on: [push]
jobs:
deploy:
runs-on: "homesrv01"
steps:
- name: update
run: |
apt update -y && apt upgrade -y
- name: install ansible
run: |
apt install ansible
- name: Portainer webhook
run: |
curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"