This commit is contained in:
parent
ee74bbdcb0
commit
c86873fc28
|
@ -50,7 +50,7 @@ steps:
|
||||||
from_secret: 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 -f --user $NEW_USER:$NEW_PASSWORD https://logs.filefighter.de/deploy-jitsi-rooms-fe.log
|
||||||
trigger:
|
trigger:
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
|
|
@ -6,7 +6,7 @@ interface props {
|
||||||
|
|
||||||
function SidebarHeader({ sidebarVisibility }: props) {
|
function SidebarHeader({ sidebarVisibility }: props) {
|
||||||
if (sidebarVisibility == "full") {
|
if (sidebarVisibility == "full") {
|
||||||
return <h2>hi there :(</h2>;
|
return <h2>hi there :)</h2>;
|
||||||
} else if (sidebarVisibility == "small") {
|
} else if (sidebarVisibility == "small") {
|
||||||
return <h2>hi</h2>;
|
return <h2>hi</h2>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue