-
Notifications
You must be signed in to change notification settings - Fork 3
fix: pr open for manual deploys #87
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
Conversation
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.
Pull Request Overview
This PR updates the workflow configuration to support manual deploys. Key changes include adding the workflow_dispatch trigger, updating job parameters for consistent deployment tags and environments, and modifying job dependencies in the deploy-to-dev job.
Comments suppressed due to low confidence (2)
.github/workflows/pr-open.yml:46
- The comment still mentions an 'ephermal-' prefix while the app_env no longer includes it. Consider updating the comment to accurately reflect the current configuration.
app_env: ${{ github.event.number || 'latest' }} # ephermal, prefixed for easy clean up of PR resources in s3 and dynamodb generated by terraform
.github/workflows/pr-open.yml:59
- The deploy-to-dev job dependency was changed from [builds, tests] to [builds] only; please confirm that skipping tests is intentional for this manual deploy workflow.
needs: [builds]
DerekRoberts
left a comment
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.
Progress. :)
No description provided.