Skip to content

Instantly share code, notes, and snippets.

@ColinLeverger
Created August 24, 2018 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ColinLeverger/0c011ad33293b566cdafa7da1a64c5d9 to your computer and use it in GitHub Desktop.
Save ColinLeverger/0c011ad33293b566cdafa7da1a64c5d9 to your computer and use it in GitHub Desktop.
Upload HTML website on FTP after Travis build
language: nix
script: echo toto
after_success:
- find * -exec curl -T {} --ftp-create-dirs --user ${SFTP_USER}:${SFTP_PASSWORD} ftp://your-ftp:21/{} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment