You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2020. It is now read-only.
No, the idea is to modify the deployment script (devops/deploy_to_{test,prod}.sh)
Currently, running this script will retrieve a ZIP archive from github, from which various .py, .html,… files are extracted and copied into the directory of the {test,prod} installation on 172.22.32.{6,4}. I did it like that because I wanted to be specific about not overwriting configuration files specific for test or prod.
However, I noticed that if you do ‘git pull’ to update your local code, local modifications are left alone. So the scripts can be simplified by simply running ‘git pull’ on the test or prod installations. (Of course it leaves local modifications alone, it is meant to only pull in remote changes, I should have realized that, but hey…)
Please leave the issue open until the scripts are updated...
'git pull' doesn't overwrite local changes, so it should be OK to use for deployment as well; it should leave the config files alone.
The text was updated successfully, but these errors were encountered: