clean #24

Merged
OpzekerIT merged 1 commit from dev into main 2023-09-26 13:45:25 +00:00
Showing only changes of commit 1a4f8da3ee - 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