Dev #25

Merged
OpzekerIT merged 2 commits from dev into main 2023-09-26 14:15:11 +00:00
Showing only changes of commit 3272ded025 - Show all commits

View file

@ -33,7 +33,7 @@ jobs:
- name: LINK TO WEBSITE
run: |
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
echo "Visit the dev site at: https://www.lantaeu/DTCH_DEV/"
echo "Visit the dev site at: https://lanta.eu/DTCH_DEV/"
fi