Merge pull request #24 from OpzekerIT/dev

clean
This commit is contained in:
Lanta 2023-09-26 15:45:24 +02:00 committed by GitHub
commit bd7578def6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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