-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2719 - delete and recreate database workflow #3453
base: main
Are you sure you want to change the base?
Conversation
… rh/2719-action-non-production-sandbox
🥳 Successfully deployed to developer sandbox rh. |
1 similar comment
🥳 Successfully deployed to developer sandbox rh. |
🥳 Successfully deployed to developer sandbox rh. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good, one issue that I think needs to be addressed. Also, could you go in and clean up the spacing and add spaces before the comment strings? ("# comment" instead of "#comment"
CF_PASSWORD: CF_${{ github.event.inputs.environment }}_PASSWORD | ||
DESTINATION_ENVIRONMENT: ${{ github.event.inputs.environment}} | ||
steps: | ||
- name: Dekete and Recreate Database |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: Dekete and Recreate Database | |
- name: Delete and Recreate Database |
Small typo
until cf service getgov-$DESTINATION_ENVIRONMENT-database | grep -q 'The service instance status is succeeded' | ||
do | ||
echo "Database not up yet, waiting..." | ||
sleep 30 | ||
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have a timeout. Right now, if the service creation fails for any reason this could end up as an infinite loop.
🥳 Successfully deployed to developer sandbox rh. |
🥳 Successfully deployed to developer sandbox rh. |
1 similar comment
🥳 Successfully deployed to developer sandbox rh. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🥳 Successfully deployed to developer sandbox rh. |
#2719
Changes
Context for reviewers
Setup
Code Review Verification Steps
As the original developer, I have
Satisfied acceptance criteria and met development standards
Ensured code standards are met (Original Developer)
Validated user-facing changes (if applicable)
As a code reviewer, I have
Reviewed, tested, and left feedback about the changes
Validated user-facing changes as a developer
Note: Multiple code reviewers can share the checklists above, a second reviewer should not make a duplicate checklist. All checks should be checked before approving, even those labeled N/A.
As a designer reviewer, I have
Verified that the changes match the design intention
Validated user-facing changes as a designer
References
Screenshots