Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment strategy #5

Open
creepone opened this issue Sep 13, 2013 · 0 comments
Open

Deployment strategy #5

creepone opened this issue Sep 13, 2013 · 0 comments
Assignees

Comments

@creepone
Copy link
Collaborator

To be able to deploy new versions of the app rapidly, it would be helpful to have some automated process / script that could be hooked to some events (like push into the github repository), scheduled or triggered manually. It would simply copy the new version of the app onto the web server (currently this means pushing the changes into the heroku remote, we could solve it in a similar way by having a remote clone of the repository on the web server), upgrade the database structure / data if necessary (see Issue #4) and restart the application.

@ghost ghost assigned mmmaly Sep 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants