Go to file
Jack Engqvist Johansson 2c707cd647 fixed bug in config parser 2012-04-20 22:34:17 +02:00
README first commit 2012-04-20 21:57:41 +02:00
deploy.conf first commit 2012-04-20 21:57:41 +02:00
deploy.sample first commit 2012-04-20 21:57:41 +02:00
deploy.sh fixed bug in config parser 2012-04-20 22:34:17 +02:00

README

DEPLOY.SH - README
==================
Deploy your code, files, configurations etc. to multiple servers via ssh.
Perfect for the cloud. Written as a shell script (standard bourne shell) and
runs on every unix server. No need for remote install. Just run the
deploy.sh script on the local machine. 

USAGE
=====
 ./deploy begin        Run begin script
 ./deploy copy         Copy files to /tmp
 ./deploy replace      Replace the old files
 ./deploy finish       Run the finish script
 
 To deploy run:
 ./deploy install
 
 To update already existing deployment run:
 ./deploy update

INSTALLATION
============
Coming soon...

GOOD TO KNOW
============
Coming soon...