Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 433 Bytes

File metadata and controls

13 lines (10 loc) · 433 Bytes

Rsync Deploy script

Deploy script designed for a quickly appplication deploy with zero downtime. Ideally use for a small application with one server for deployment.

Great thanks to "Chauncey Garrett" by inspiration - http://chauncey.io
@filipe07

How to use

  1. Copy files to directory for deploy.
  2. Change parameters (SSH properties, Paths and remote directories) on deploy.conf
  3. Execute ./deploy.sh [option]
  4. Done.