Dev #25
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue