WIP: feature/continuous-deployment #2

Closed
marcio.fernandes wants to merge 6 commits from feature/continuous-deployment into master
Showing only changes of commit 11208d882f - Show all commits

View File

@@ -0,0 +1,10 @@
ame: deploy
on: [push]
jobs:
deploy:
runs-on: "homesrv01"
steps:
- name: Portainer webhook
run: |
curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"