mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix: syntax error in release job
This commit is contained in:
parent
3f50e63bc3
commit
2eeaea41bc
@ -2,6 +2,8 @@ version: '{branch}-{build}'
|
||||
|
||||
environment:
|
||||
nodejs_version: "10"
|
||||
LFTP_PASSWORD:
|
||||
secure: sH23IC4a98S5uTtgYNHNvg==
|
||||
|
||||
#init:
|
||||
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
@ -43,10 +45,6 @@ artifacts:
|
||||
|
||||
image: Visual Studio 2017
|
||||
|
||||
environment:
|
||||
LFTP_PASSWORD:
|
||||
secure: sH23IC4a98S5uTtgYNHNvg==
|
||||
|
||||
deploy_script:
|
||||
- semantic-release
|
||||
- IF "%APPVEYOR_REPO_BRANCH%"=="master" ( lftp -e 'set ftp:ssl-allow no ; mirror -R -c -e -p doc/_site public_html/docs; chmod -R a+X public_html/docs ; ls -l public_html/docs/ ; ls -l public_html/docs/styles/ ; bye' -u mirreofx --env-password ftp://mirror-networking.com 2>&1 )
|
||||
|
Loading…
Reference in New Issue
Block a user