make actual use of the secret
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-02 02:22:50 +01:00
parent 79b374b3b9
commit 9ea82ec767
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -9,5 +9,8 @@ steps:
- name: call webhook
pull: if-not-exists
image: curlimages/curl
environment:
ENDPOINT:
from_secret: dockerhub_endpoint
commands:
- curl -X POST "$$dockerhub_endpoint"
- curl -X POST $ENDPOINT