fix: syntax error in release job

This commit is contained in:
Paul Pacheco 2020-01-10 19:04:00 -06:00
parent 3f50e63bc3
commit 2eeaea41bc

View File

@ -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 )