operations: Add Makefiles and version-bumping script.

This commit is contained in:
2021-10-25 09:34:00 -05:00
parent 7c9bdfe8f8
commit e055bee0f3
4 changed files with 101 additions and 1 deletions

View File

@ -22,7 +22,7 @@ hff_entry_forms_api: $(SOURCES)
# Run the API on this machine. Note that configuration is taken by default
# from the `hff_entry_forms_api.config.json` file, but environment variables
# specified when running make can be used to override these (to change the
# DB_CONN_STRING, for example).
# INTEGRATION_TOKEN, for example).
serve: hff_entry_forms_api
./hff_entry_forms_api serve --debug