Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F996408
jenkins.start.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
858 B
Referenced Files
None
Subscribers
None
jenkins.start.sh
View Options
#!/bin/bash
export
SEALIOUS_PORT
=
$PORT
SEALIOUS_BASE_URL
=
$(
cat
.base_url
)
export
SEALIOUS_BASE_URL
./npm.sh
run
build:front
;
docker-compose
run
--user
=
"
$UID
"
\
-e
"SEALIOUS_MONGO_PORT=27017"
\
-e
"SEALIOUS_MONGO_HOST=db"
\
-e
"SEALIOUS_PORT=
$SEALIOUS_PORT
"
\
-e
"SEALIOUS_BASE_URL=
$SEALIOUS_BASE_URL
"
\
-p
"
${
SEALIOUS_PORT
}
:
${
SEALIOUS_PORT
}
"
\
-d
\
test
\
/bin/sh
-c
"{ node . --color 2>&1; } | ./node_modules/.bin/ansi-html-stream > log.html"
\
&&
echo
"App started on
$SEALIOUS_PORT
"
echo
"Deployed to https://
${
PORT
}
.dep.sealco.de"
echo
"Application logs should be available at https://jenkins.sealcode.org/job/Deploy%20to%20dep.sealco.de/ws/
$PORT
/log.html"
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Tue, Dec 24, 14:02 (17 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
557242
Default Alt Text
jenkins.start.sh (858 B)
Attached To
Mode
rREWRITE Configurable rewriter
Attached
Detach File
Event Timeline
Log In to Comment