Fix auth for deploy trigger
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
87c2695743
commit
41aa189dba
|
@ -44,6 +44,7 @@ steps:
|
|||
- name: Trigger frontend deploy
|
||||
image: curlimages/curl
|
||||
commands:
|
||||
- echo $NEW_USER user
|
||||
- curl --user $NEW_USER:$NEW_PASSWORD https://logs.filefighter.de/deploy-jitsi-rooms-fe.log
|
||||
trigger:
|
||||
trigger:
|
||||
|
|
Loading…
Reference in a new issue