Fix review environment URL

This commit is contained in:
Ethan Girouard 2024-03-29 19:27:11 -04:00
parent 27ef4589bf
commit 6fc66336b7
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -75,7 +75,7 @@ start-review:
- docker compose --file docker-compose-cicd.yml up -d - docker compose --file docker-compose-cicd.yml up -d
environment: environment:
name: review/$CI_COMMIT_SHORT_SHA name: review/$CI_COMMIT_SHORT_SHA
url: https://review-$CI_COMMIT_SHORT_SHA.libretunes.mregirouard.com url: https://review-$CI_COMMIT_SHORT_SHA.libretunes.xyz
on_stop: stop-review on_stop: stop-review
auto_stop_in: 1 week auto_stop_in: 1 week