-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add middleware to App Gateway #458
Conversation
api-name: ocr | ||
|
||
deploy-ocr: | ||
name: Deploy OCR | ||
runs-on: ubuntu-latest | ||
environment: ${{ inputs.deploy-env }} | ||
environment: dev |
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.
Do we want to hardcode dev
here? Or can we make dynamic so if whomever picks it up can select dev
, as well as, stage
or prod
(after they build out those environments)?
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 is how we do local github action testing. I will make this a draft
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.
also wouldnt need to test like this if we create a seperate worflow for building and deploying the middleware
|
||
path_rule { | ||
name = "api" | ||
name = "ocr" |
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.
Is the name just ocr
or api_ocr
?
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.
oh the name here doesn't really matter, just needs to be different than the middleware rule.
Description
Forgot to add this on my previous PR
this should hopefully allow all the services to communicate properly 🤞
Screenshots (if applicable)
Related Issues
[Link any related issues or tasks from your project management system.]
Checklist