Fix wrong url in jenkins log output

This commit is contained in:
Kuba Orlik 2024-04-07 20:30:16 +02:00
parent e6954f6061
commit 077a560029

View File

@ -22,4 +22,4 @@ docker-compose run --user="$UID" \
echo "Deployed app to https://${SEALIOUS_PORT}.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%20v2/$PORT/log.html"
echo "Application logs should be available at https://jenkins.sealcode.org/job/Deploy%20to%20dep.sealco.de%20v2/ws/$PORT/log.html"