mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Test ftp deployment
This commit is contained in:
parent
ec61f4b431
commit
099bc49761
11
appveyor.yml
11
appveyor.yml
@ -13,7 +13,7 @@ environment:
|
||||
PYTHON_ARCH: "32"
|
||||
|
||||
# perhaps we may enable this one in future?
|
||||
- PYTHON: "C:\\Python27-x64"
|
||||
# - PYTHON: "C:\\Python27-x64"
|
||||
# PYTHON_VERSION: "2.7.x" # currently 2.7.9
|
||||
# PYTHON_ARCH: "64"
|
||||
|
||||
@ -65,3 +65,12 @@ build_script:
|
||||
|
||||
artifacts:
|
||||
- path: src\dist\twblue-snapshot.zip
|
||||
|
||||
deploy:
|
||||
- provider: FTP
|
||||
host: twblue.es
|
||||
protocol: ftp
|
||||
username: twblue
|
||||
password:
|
||||
secure: ml/xB8YEoZ7DmjzDr+KSNw==
|
||||
folder: web/updates
|
Loading…
Reference in New Issue
Block a user