Philipp Hörist pushed to branch master at gajim / gajim

Commits:
6a369702 by Philipp Hörist at 2016-12-10T00:45:58+01:00
Add Deployment Setting to appveyor.yml

- - - - -
7a2cbcf5 by Philipp Hörist at 2016-12-10T00:49:22+01:00
Merge branch 'master' into 'master'

Add Deployment Setting to appveyor.yml

See merge request !2
- - - - -


1 changed file:

- appveyor.yml


Changes:

=====================================
appveyor.yml
=====================================
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,9 +41,20 @@ install:
   - rename exe.win32-3.4 build
 
   - ps: '& "C:\Program Files (x86)\NSIS\makensis.exe" gajim.nsi'
-  
+  - ps: Push-AppveyorArtifact Gajim.exe -FileName 
"Gajim-16.10.2-$($env:APPVEYOR_REPO_COMMIT).exe"
 
 build: off
 
-on_finish:
-  - ps: Push-AppveyorArtifact Gajim.exe -FileName 
"Gajim-16.10.1-$($env:APPVEYOR_REPO_COMMIT).exe"
\ No newline at end of file
+deploy:
+    # FTP deployment provider settings
+  - provider: FTP
+    protocol: ftp
+    host: panoramix.gajim.org
+    username:
+      secure: SNcOJDhUtBjfddbKXudE2w==
+    password:
+      secure: tQkYbcUb6nChCp0cdqo4CA==
+    folder: win_snap
+    active_mode: false
+    beta: true      # enable alternative FTP library for 'ftp' and 'ftps' modes
+    debug: true



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/compare/deab82aa46ab6c8468a543b8930cac02d6f3a8a0...7a2cbcf5bc110497502690759c2e36638da78516
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to