Update .gitea/workflows/deploy.yml
Some checks failed
deploy / deploy (push) Failing after 3s

This commit is contained in:
2024-08-04 03:07:01 +00:00
parent 7a146b9930
commit d3115dfc59

View File

@@ -6,6 +6,14 @@ 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}}"