Deployment (moved): Difference between revisions

Content added Content deleted
imported>Paulproteus
No edit summary
imported>Paulproteus
Line 15: Line 15:
The script does two things:
The script does two things:
* Push your current git HEAD onto origin/master.
* Push your current git HEAD onto origin/master.
* SSH to the linode, and runs mysite/scripts/deploy_myself.sh which updates the site.
* SSHs (once) to the linode, where it runs mysite/scripts/deploy_myself.sh which updates the site.


== Recommended way to use the deploy script ==
== Recommended way to use the deploy script ==