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
41aa189dba
commit
ee74bbdcb0
|
@ -43,6 +43,11 @@ steps:
|
||||||
- cp -r dist /drone-shared/
|
- cp -r dist /drone-shared/
|
||||||
- name: Trigger frontend deploy
|
- name: Trigger frontend deploy
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
|
environment:
|
||||||
|
NEW_USER:
|
||||||
|
from_secret: NEW_USER
|
||||||
|
NEW_PASSWORD:
|
||||||
|
from_secret: NEW_PASSWORD
|
||||||
commands:
|
commands:
|
||||||
- echo $NEW_USER user
|
- echo $NEW_USER user
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in a new issue