Comment out call-portainer-webhook step in .drone.yml for clarity
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
fencl
2025-09-01 22:50:31 +02:00
parent 64faefd131
commit de6bc74955

View File

@@ -34,8 +34,8 @@ steps:
username: fencl username: fencl
password: 5ece5d37cd3a9988a78983b10cede284e25717f8 password: 5ece5d37cd3a9988a78983b10cede284e25717f8
""" - name: call-portainer-webhook # - name: call-portainer-webhook
image: curlimages/curl # image: curlimages/curl
commands: # commands:
- curl -X POST https://192.168.69.253:9443/api/stacks/webhooks/72df3f63-b271-4aef-9325-772a2ccbaeca # - curl -X POST https://192.168.69.253:9443/api/stacks/webhooks/72df3f63-b271-4aef-9325-772a2ccbaeca
"""