Dev #26

Merged
OpzekerIT merged 15 commits from dev into main 2023-09-26 19:12:28 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit b943a18d8e - Show all commits

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 }}

View file

@ -58,7 +58,7 @@ $playeridstring = $playeridstring.Substring(0, $playeridstring.Length - 1)
$playermodes = @(
"solo",
"duo",
"squad"
"squad",
"solo-fpp",
"duo-fpp",
"squad-fpp"