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 853b7f5fbc

View file

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