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
1fae24f0f4
commit
87c2695743
|
@ -44,7 +44,7 @@ steps:
|
|||
- name: Trigger frontend deploy
|
||||
image: curlimages/curl
|
||||
commands:
|
||||
- curl --user $NEW_USER:NEW_PASSWORD https://logs.filefighter.de/deploy-jitsi-rooms-fe.log
|
||||
- curl --user $NEW_USER:$NEW_PASSWORD https://logs.filefighter.de/deploy-jitsi-rooms-fe.log
|
||||
trigger:
|
||||
trigger:
|
||||
event:
|
||||
|
|
Loading…
Reference in a new issue