Skip to content

Commit

Permalink
Merge pull request #178 from kids-first/admin-backup-first
Browse files Browse the repository at this point in the history
🐛 Create admin backup before any chance of lockout
  • Loading branch information
znatty22 authored Aug 25, 2023
2 parents d12287b + a67dc10 commit 2ae2974
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The FHIR endpoints for each of these environments are:

- DEV: https://kf-api-fhir-service-upgrade-dev.kf-strides.org
- QA: https://kf-api-fhir-service-upgrade-qa.kf-strides.org
- (Not deployed yet) PRD: https://kf-api-fhir-service-upgrade.kf-strides.org
- PRD: https://kf-api-fhir-service-upgrade.kf-strides.org

### Include DCC
Include DCC FHIR services have been deployed into the DEV and QA environments
Expand All @@ -36,7 +36,7 @@ The FHIR endpoints for each of these environments are:

- DEV: https://include-api-fhir-service-upgrade-dev.includedcc.org
- QA: https://include-api-fhir-service-upgrade-qa.includedcc.org
- (Not deployed yet) PRD: https://include-api-fhir-service-upgrade.includedcc.org
- PRD: https://include-api-fhir-service-upgrade.includedcc.org

## 🧓🏻 Legacy Servers
The old servers are still deployed and will be maintained until we fully
Expand Down
5 changes: 3 additions & 2 deletions playbook/post_deploy_config
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ source venv/bin/activate
pip install -r dev-requirements.txt
pip install -e .

echo "👮🏻‍♀️ Upsert backup admin user"
python bin/admin_backup.py

# Run tests
echo "✅ Run integration tests ..."
pytest tests/python

echo "👮🏻‍♀️ Upsert backup admin user"
python bin/admin_backup.py

0 comments on commit 2ae2974

Please sign in to comment.