Update index.html to include specific server test identifier and add call-portainer-webhook step in .drone.yml
Some checks failed
continuous-integration/drone/push Build encountered an error
Some checks failed
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -33,3 +33,8 @@ steps:
|
|||||||
- latest
|
- latest
|
||||||
username: fencl
|
username: fencl
|
||||||
password: 5ece5d37cd3a9988a78983b10cede284e25717f8
|
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
|
||||||
@@ -8,6 +8,6 @@
|
|||||||
<body>
|
<body>
|
||||||
<b>Davidův</b>
|
<b>Davidův</b>
|
||||||
<b>úžasný</b>
|
<b>úžasný</b>
|
||||||
<p>server</p>
|
<p>server test2</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user