This is a simple bash script for upload files and folders with curl.
If you use Travis CI and you want to deploy your project with FTP, it would not help, beacuse of NAT layer is added.
Read this if you don't know the story.
I wrote this simple bash script to upload content of build/dist folder.
This script require 'tree' command.