Browse Source

fix web hook

Benjamin Kornblum 2 days ago
parent
commit
2070145de6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -46,6 +46,6 @@ node {
     }
 
     stage('webhook deployment portainer') {
-       sh "curl -X POST -k https://192.168.188.23:9443/api/stacks/webhooks/8da9930d-966f-4696-8087-302e2ce139ba"
+       sh "curl -X POST -k https://portainer.kornblum.dev/api/stacks/webhooks/8da9930d-966f-4696-8087-302e2ce139ba"
     }
 }