Skip to content

Commit

Permalink
Update deployment path
Browse files Browse the repository at this point in the history
  • Loading branch information
swstim committed Feb 6, 2021
1 parent 3b209e7 commit 98b2dbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for:
if [ "$APPVEYOR_REPO_BRANCH" = "master" ] && [ -n "$DEPLOY_KEY" ]; then
echo "$DEPLOY_KEY" | base64 -d > deploy_key && chmod 600 deploy_key &&
scp -i deploy_key -o StrictHostKeyChecking=NO -q sws*.tar.xz \
[email protected]:/var/www/standingwaterstudios.com/public_html/download/pre-release
[email protected]:/var/www/standingwaterstudios.com/download/pre-release
fi
artifacts:
- path: build/sws*.tar.xz
Expand Down Expand Up @@ -72,7 +72,7 @@ for:
if [ "$APPVEYOR_REPO_BRANCH" = "master" ] && [ -n "$DEPLOY_KEY" ]; then
echo "$DEPLOY_KEY" | base64 -D > deploy_key && chmod 600 deploy_key &&
scp -i deploy_key -o StrictHostKeyChecking=NO -q sws*.dmg \
[email protected]:/var/www/standingwaterstudios.com/public_html/download/pre-release
[email protected]:/var/www/standingwaterstudios.com/download/pre-release
fi
artifacts:
- path: build/sws*.dmg
Expand Down Expand Up @@ -105,7 +105,7 @@ for:
icacls deploy_key /c /t /Remove Administrator "Authenticated Users" BUILTIN\Administrators BUILTIN Everyone System Users > $null
scp -i deploy_key -o StrictHostKeyChecking=NO -q sws*.exe version.h `
BuildUtils/SWS_Template.ReaperLangPack BuildUtils/whatsnew.html `
[email protected]:/var/www/standingwaterstudios.com/public_html/download/pre-release
[email protected]:/var/www/standingwaterstudios.com/download/pre-release
}
artifacts:
- path: build\sws*.exe
Expand Down

0 comments on commit 98b2dbb

Please sign in to comment.