Skip to content

Instantly share code, notes, and snippets.

View fabwu's full-sized avatar

Fabian Wüthrich fabwu

View GitHub Profile
@kythin
kythin / deploy.sh
Created May 27, 2014 01:00
Website Deploy Script (Bash + lftp)
#!/bin/bash
##########
# Deploy Script
# for deploying to servers that don't have git or ssh access
# RUN THIS FROM A VAGRANT SSH IF YOU AREN'T ON LINUX ALREADY.
##########
# prevents the certificate verification error.
sudo echo "set ssl:verify-certificate no" > ~/.lftp/rc