Main to dev #77

Merged
OpzekerIT merged 53 commits from main into dev 2023-10-13 17:25:56 +00:00
Showing only changes of commit bd7578def6 - Show all commits

View file

@ -17,7 +17,7 @@ jobs:
id: set-destination
run: |
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
echo "DESTINATION=/var/www/lantaeu/DTCH//" >> $GITHUB_ENV
echo "DESTINATION=/var/www/lantaeu/DTCH/" >> $GITHUB_ENV
else
echo "DESTINATION=/var/www/lantaeu/DTCH_DEV/" >> $GITHUB_ENV
fi