cisagov / manage.get.gov

A Django-based domain name registrar used by the .gov domain to communicate with an EPP registry
https://get.gov
Other
57 stars 17 forks source link

Log name of deployed branch on manual deploy GitHub Action. Optionally, research improvements to manual deploy script #2605

Open erinysong opened 4 weeks ago

erinysong commented 4 weeks ago

Issue description

The GitHub Action to manually deploy a branch to a sandbox would benefit from confirming with the user who ran the action the branch that they are deploying. Since GitHub Actions does not yet allow input for branch names beyond pure text input, we should add a comment to our workflow informing the user what branch they are deploying: eg. Deploying <branch_name_input> to <chosen environment> as a starting and/or success message.

This ticket also optionally includes researching and/or implementing any improvements you see fit to add to the manual deploy workflow. Some areas for research/improvement include:

image

Acceptance criteria

Additional context

No response

Links to other issues

No response

PaulKuykendall commented 3 weeks ago

@abroddrick - can you assess this to be included in the backlog?