Skip to content

Commit

Permalink
fix: syntax error in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach committed Jan 11, 2020
1 parent 3f50e63 commit 2eeaea4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Expand Up @@ -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'))
Expand Down Expand Up @@ -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 )
Expand Down

0 comments on commit 2eeaea4

Please sign in to comment.