Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Deployment scripts

Deployment scripts are little scripts that should be executed on deployment of a new version. They execute jobs like copying the help messages form the dev DB to the prod DB. Deployment scripts are included to the build process (GitHub-Actions), and will therefore be executed automatically.

List of active build scripts

# Copy help-page messages form dev to prod DB
python copy_help_messages_to_production_DB.py