1
0
mirror of https://github.com/Llewellynvdm/deploy.sh.git synced 2024-06-06 06:40:48 +00:00
deploy.sh/README
Jack Engqvist Johansson 37c128d35e first commit
2012-04-20 21:57:41 +02:00

28 lines
665 B
Plaintext

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...