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

Add a script to update and restart prod server #300

Open
3 tasks
alexrudall opened this issue Feb 4, 2021 · 0 comments
Open
3 tasks

Add a script to update and restart prod server #300

alexrudall opened this issue Feb 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@alexrudall
Copy link
Collaborator

alexrudall commented Feb 4, 2021

To make it easier for sysadmin at hospital to update the application.

  • Add script, something like:
sudo docker-compose down --remove-orphans
git pull
sudo docker-compose up
  • Test
  • Add to README
@alexrudall alexrudall added the enhancement New feature or request label Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant