From c7eb2dd8076c260ac4ce0f467a35b83d5001e928 Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 26 Sep 2023 20:23:48 +0200 Subject: [PATCH] s --- .github/workflows/main.yml | 4 ++-- update/update_clan_members.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d09e037..c5bed96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} diff --git a/update/update_clan_members.ps1 b/update/update_clan_members.ps1 index 9d9a8cd..ec09199 100644 --- a/update/update_clan_members.ps1 +++ b/update/update_clan_members.ps1 @@ -58,7 +58,7 @@ $playeridstring = $playeridstring.Substring(0, $playeridstring.Length - 1) $playermodes = @( "solo", "duo", - "squad" + "squad", "solo-fpp", "duo-fpp", "squad-fpp"