New reporting system to discord #27

Merged
OpzekerIT merged 3 commits from dev into main 2023-09-27 09:30:47 +00:00
Showing only changes of commit ef28512bd3 - Show all commits

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://lanta.eu/DTCH/" echo "Visit the production site at: https://dtch.online"
else else
echo "Visit the dev site at: https://lanta.eu/DTCH_DEV/" echo "Visit the dev site at: https://dev.dtch.online"
fi fi