This commit is contained in:
Lanta 2023-09-26 15:43:08 +02:00
parent 025b7b04c6
commit b434109730

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