mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-19 00:40:42 -06:00
Real deployment with fake path to ftp
This commit is contained in:
parent
ecd2984a61
commit
00f96bb7af
@ -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
|
Loading…
x
Reference in New Issue
Block a user