Git Hook deployment setup and usage #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "githook_deployment"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've added documentation for the automated production deployment process. The documentation should be detailed enough to enable replication of this setup in the future.
@mhfowler Could you please take a look at this? I mostly want to ensure that it's readable and that I haven't missed any typos or obvious errors. Thank you!
looks good, if you send me the server IP and ssh key I can hook up my devdocs directory too
@ -0,0 +61,4 @@
```bash
cd peach-devdocs
git remote add production user@server_ip:devdocs_bare
nice