mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
fix hugochat exit
This commit is contained in:
parent
11c10497ce
commit
a33373efa1
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ if [ "$APP" = "hugo-chat" ]; then
|
|||
echo "Building client"
|
||||
docker build . -t "$CLIENT_FULL_NAME"
|
||||
docker push "$CLIENT_FULL_NAME"
|
||||
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "Checking out $APP"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue