This commit is contained in:
@@ -6,6 +6,14 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: "homesrv01"
|
runs-on: "homesrv01"
|
||||||
steps:
|
steps:
|
||||||
|
- name: update
|
||||||
|
run: |
|
||||||
|
apt update -y && apt upgrade -y"
|
||||||
|
|
||||||
|
- name: install ansible
|
||||||
|
run: |
|
||||||
|
apt install ansible"
|
||||||
|
|
||||||
- name: Portainer webhook
|
- name: Portainer webhook
|
||||||
run: |
|
run: |
|
||||||
curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"
|
curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user