This is the repo for the website:
Para testar no GITHUB (branch MASTER)
http://rdquintas.github.io/ricardoquintas.com
- uses git-ftp to deploy using FTP from the console
-
git config git-ftp.url "ftp://ftp.example.net:21/public_html"
git config git-ftp.user "ftp-user"
git config git-ftp.password "secr3t"
-
git ftp catchup
-
echo "new content" >> index.txt
git commit index.txt -m "Add new content"
git ftp push