This commit is contained in:
Thijs Stobbelaar 2023-09-26 15:43:08 +02:00
parent 1fda3dc755
commit 1a4f8da3ee

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