diff --git a/appveyor.yml b/appveyor.yml index 1d9094a4055..3771e21bffe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 )