openemotion / webapp

0 stars 0 forks source link

Set up git hooks to deploy to VPS #26

Closed gavrie closed 11 years ago

gavrie commented 11 years ago

Add a git hook so that when we push to master, the site is redeployed automatically.

See:

http://blog.kramerapps.com/post/24447423014/deploy-website-git-ubuntu

elifiner commented 11 years ago

How does one deploy new code right now?

elifiner commented 11 years ago

I added a bin/deploy and bin/stage scripts to deploy to production and staging environment. I think it's enough for now.