Fix jenkins ports
This commit is contained in:
parent
013f3472cf
commit
dd777e419c
@ -9,6 +9,7 @@ cp secrets.example.json secrets.json
|
|||||||
export SEALIOUS_PORT="${PORT}0"
|
export SEALIOUS_PORT="${PORT}0"
|
||||||
SEALIOUS_BASE_URL=$(cat .base_url)
|
SEALIOUS_BASE_URL=$(cat .base_url)
|
||||||
export SEALIOUS_BASE_URL
|
export SEALIOUS_BASE_URL
|
||||||
|
echo "PORT=$PORT" >> .env
|
||||||
|
|
||||||
# Create the npm cache directory if it isn't present yet. If it is not present, it will be created
|
# Create the npm cache directory if it isn't present yet. If it is not present, it will be created
|
||||||
# when the docker image is being built with root:root as the owner.
|
# when the docker image is being built with root:root as the owner.
|
||||||
|
@ -21,5 +21,5 @@ docker-compose run --user="$UID" \
|
|||||||
echo "App started on $SEALIOUS_PORT"
|
echo "App started on $SEALIOUS_PORT"
|
||||||
|
|
||||||
echo "Deployed app to https://${SEALIOUS_PORT}.dep.sealco.de"
|
echo "Deployed app to https://${SEALIOUS_PORT}.dep.sealco.de"
|
||||||
echo "Mailcatcher available at https://${PORT}1.dep.sealco.de"
|
echo "Mailcatcher available at https://${PORT}2.dep.sealco.de"
|
||||||
echo "Application logs should be available at https://jenkins.sealcode.org/job/Deploy%20to%20dep.sealco.de/ws v2/$PORT/log.html"
|
echo "Application logs should be available at https://jenkins.sealcode.org/job/Deploy%20to%20dep.sealco.de/ws%20v2/$PORT/log.html"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user