Skip to content

Instantly share code, notes, and snippets.

View Ne-Lexa's full-sized avatar

Pisarev Alexey Ne-Lexa

  • Russia
View GitHub Profile
@Ne-Lexa
Ne-Lexa / README.md
Created January 25, 2017 12:13
Simple site deploy using rsync.

Before using:

Fill in the login, host, remotePath, localPath, exclude files in the file deploy.sh.

# example modification script
login="examplecom"
host="example.com"
remotePath="/home/example.com"
localPath="/home/user/sites/example.com"