Fixed some params in CI script

This commit is contained in:
Manuel Cortez 2020-05-28 16:45:36 -05:00
parent 7e9d5359f1
commit b1f06f6b1d

View File

@ -68,7 +68,7 @@ build_script:
- "%CMD_IN_ENV% python setup.py build" - "%CMD_IN_ENV% python setup.py build"
- "cd dist" - "cd dist"
# Zip it all. # Zip it all.
- cmd: 7z a ..\..\snapshot_python3.zip * - cmd: 7z a ..\..\snapshot.zip *
artifacts: artifacts:
- path: snapshot.zip - path: snapshot.zip
@ -78,7 +78,7 @@ deploy:
host: twblue.es host: twblue.es
protocol: ftp protocol: ftp
beta: true beta: true
username: twblue username: twblue.es
password: password:
secure: ml/xB8YEoZ7DmjzDr+KSNw== secure: ml/xB8YEoZ7DmjzDr+KSNw==
folder: 'web/pubs' folder: 'web/pubs'