From 31c4a25100de07922dc72500bbbb91743c9f2e5d Mon Sep 17 00:00:00 2001 From: fencl Date: Mon, 1 Sep 2025 22:24:40 +0200 Subject: [PATCH] Fix indentation for call-portainer-webhook step in .drone.yml --- .drone.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8de77de..3b3b31c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,8 @@ steps: username: fencl password: 5ece5d37cd3a9988a78983b10cede284e25717f8 - - name: call-portainer-webhook - image: curlimages/curl - commands: - curl -X POST https://192.168.69.253:9443/api/stacks/webhooks/72df3f63-b271-4aef-9325-772a2ccbaeca \ No newline at end of file + - name: call-portainer-webhook + image: curlimages/curl + commands: + - curl -X POST https://192.168.69.253:9443/api/stacks/webhooks/72df3f63-b271-4aef-9325-772a2ccbaeca + \ No newline at end of file