s
This commit is contained in:
parent
cb43ec6ada
commit
c7eb2dd807
2 changed files with 3 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -17,9 +17,9 @@ 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/dtch/" >> $GITHUB_ENV
|
||||||
else
|
else
|
||||||
echo "DESTINATION=/var/www/lantaeu/DTCH_DEV/" >> $GITHUB_ENV
|
echo "DESTINATION=/var/www/dtch_dev/" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Sync Files from ${{ github.ref }}
|
- name: Sync Files from ${{ github.ref }}
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ $playeridstring = $playeridstring.Substring(0, $playeridstring.Length - 1)
|
||||||
$playermodes = @(
|
$playermodes = @(
|
||||||
"solo",
|
"solo",
|
||||||
"duo",
|
"duo",
|
||||||
"squad"
|
"squad",
|
||||||
"solo-fpp",
|
"solo-fpp",
|
||||||
"duo-fpp",
|
"duo-fpp",
|
||||||
"squad-fpp"
|
"squad-fpp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue