Skip to content

Instantly share code, notes, and snippets.

@epayet
Created October 24, 2015 16:17
Show Gist options
  • Save epayet/f2f86c06b5ff0e009eac to your computer and use it in GitHub Desktop.
Save epayet/f2f86c06b5ff0e009eac to your computer and use it in GitHub Desktop.
Travis file for ftp deployment
language: node_js
node_js:
- 0.11
before_script:
- npm install -g bower gulp karma-cli
- bower install
script:
- gulp build
- npm test
after_success:
"find public -type f -exec curl --ftp-create-dirs -T {} -u $FTP_USER:$FTP_PASSWORD ftp://ftp.tech-a-cake.net/{} \\;"
env:
global:
- secure: YGSLmHwkgLoY6Bx4fdqhFmelyKpWLNTMmolEBSg1ktg5O9hQ0K1AeUxCfnGrDWZgqmVInIAXB90DTzo/c8oaH7cB7VQP9dHaAk6VbWnReqGVklNkMljMvOz/VfbX6/5emkbrss6GFdPZjB1K0qdKVEv+P1cBcVP7mYB3Mpo3K/U=
- secure: HBISYq2dxbdYnAPu+1el0SFpR8HXhoCTw6OAdvDY0zJVUfZ8ol3bMSoQoHbWGY3Lf91vuBFAXDaV1yPnerlhkho9dAw/gFrrRH9yRq6R/GhQr+Rc/ktnpnTLforTbJS+iPEt7omY34KR5tab1Z5ylL4lALrgNPjf1RChec8JNEc=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment