correct url

This commit is contained in:
Lanta 2023-09-26 16:14:19 +02:00
parent b02d869fba
commit 17d08781cc

View file

@ -33,7 +33,7 @@ jobs:
- name: LINK TO WEBSITE - name: LINK TO WEBSITE
run: | run: |
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
echo "Visit the production site at: https://www.lantaeu/DTCH/" echo "Visit the production site at: https://lanta.eu/DTCH/"
else else
echo "Visit the dev site at: https://www.lantaeu/DTCH_DEV/" echo "Visit the dev site at: https://lanta.eu/DTCH_DEV/"
fi fi