This commit is contained in:
@@ -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}}"
|
||||
|
||||
Reference in New Issue
Block a user