-
Notifications
You must be signed in to change notification settings - Fork 346
chore(ci): remove conditionally based on deployments #2807
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
matthewvolk
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.
Thank you sir! I'm sure you already did but I double checked and couldn't find any more references to the project name in other workflow definition files
4a99be2 to
ab1f6d9
Compare
chanceaclark
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.
@bigcommerce/team-catalyst need another review as I added some things.
| # secrets is for dependabot compatibility; prefer vars when available | ||
| VERCEL_ORG_ID: ${{ vars.VERCEL_ORG_ID != '' && vars.VERCEL_ORG_ID || secrets.VERCEL_ORG_ID }} | ||
| VERCEL_PROJECT_ID: ${{ vars.VERCEL_PROJECT_ID != '' && vars.VERCEL_PROJECT_ID || secrets.VERCEL_PROJECT_ID }} |
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.
Noticed the Github action wasn't deploying so changed this bit.
https://github.com/bigcommerce/catalyst/actions/runs/20732376914/job/59600526182
What/Why?
We recently changed out deployments process to just one deployment target, thus we need to fix this CI action to account for it.
Testing
See CI.
Migration
N/A