mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-05 11:22:30 -04: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"
|
PYTHON_ARCH: "32"
|
||||||
|
|
||||||
# perhaps we may enable this one in future?
|
# 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_VERSION: "2.7.x" # currently 2.7.9
|
||||||
# PYTHON_ARCH: "64"
|
# PYTHON_ARCH: "64"
|
||||||
|
|
||||||
@ -65,3 +65,12 @@ build_script:
|
|||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: src\dist\twblue-snapshot.zip
|
- 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…
x
Reference in New Issue
Block a user