Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
westi
on Nov 28, 2009
|
parent
|
context
|
favorite
| on:
Using Rake and Rsync for WordPress deployment
Why not just use your favourite revision control system, e.g. svn, and push changes out using that?
That way you can go back in time and having a staging server if the project requires it.
adamstac
on Nov 30, 2009
[–]
Locally I version control the theme using git so the files are being versioned. I choose to deploy using rsync to keep things simple.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
That way you can go back in time and having a staging server if the project requires it.