This commit is contained in:
Thijs Stobbelaar 2023-09-26 20:23:48 +02:00
parent cf9b22436a
commit b943a18d8e
2 changed files with 3 additions and 3 deletions

View file

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