From ef28512bd369fb5268806a5480c7a4bdc97ce811 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Tue, 26 Sep 2023 22:26:09 +0200 Subject: [PATCH] dtch --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5bed96..cbebd13 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: - name: LINK TO WEBSITE run: | if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then - echo "Visit the production site at: https://lanta.eu/DTCH/" + echo "Visit the production site at: https://dtch.online" else - echo "Visit the dev site at: https://lanta.eu/DTCH_DEV/" + echo "Visit the dev site at: https://dev.dtch.online" fi