Real deployment with fake path to ftp

This commit is contained in:
Manuel Cortez 2018-09-18 17:23:44 -05:00
parent ecd2984a61
commit 00f96bb7af

View File

@ -61,10 +61,10 @@ build_script:
- "%CMD_IN_ENV% python ..\\doc\\generator.py" - "%CMD_IN_ENV% python ..\\doc\\generator.py"
- "%CMD_IN_ENV% python setup.py py2exe" - "%CMD_IN_ENV% python setup.py py2exe"
- "cd dist" - "cd dist"
- cmd: 7z a ..\..\twblue-snapshot.zip * - cmd: 7z a ..\..\snapshot.zip *
artifacts: artifacts:
- path: twblue-snapshot.zip - path: snapshot.zip
deploy: deploy:
- provider: FTP - provider: FTP
@ -73,4 +73,4 @@ deploy:
username: twblue username: twblue
password: password:
secure: ml/xB8YEoZ7DmjzDr+KSNw== secure: ml/xB8YEoZ7DmjzDr+KSNw==
folder: web/updates folder: updates