Install git-ftp
git clone [email protected]:maelclemence/JDLwebsite.git
cd JDLwebsite/
# Setup
git config git-ftp.url "www.jeudeloie.ch"
git config git-ftp.user "jdl"
git config git-ftp.password "pswd"
# Upload all files
git ftp init
# Or if the files are already there
git ftp catchup