-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Summary Fixes #3149 ### Time to review: __2 mins__ ## Changes proposed Add who did a deploy to the deployment metadata info ## Context for reviewers In prod, this will basically always be `runner`, has some additional usage for non-prod environments to see if someone overrode an environment ## Additional information Example response locally: ```json { "data": { "commit_link": "ffaca64", "commit_sha": "ffaca647223e0b6e54344122eefa73401f5ec131", "deploy_whoami": "local-developer", "last_deploy_time": "2024-12-02T16:25:18-05:00", "release_notes_link": "https://github.com/HHS/simpler-grants-gov/releases" }, "message": "Service healthy", "status_code": 200 } ``` --------- Co-authored-by: nava-platform-bot <[email protected]>
- Loading branch information
1 parent
c4c7fba
commit 0594fe0
Showing
7 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters