Course Compose is a course-review website tailored for Stamford students, providing a platform for sharing and discovering insights about various courses
MIT License
2
stars
0
forks
source link
feat: Sgate MVP - Stamford Syntax's custom made API Gateway #15
This is the minimum viable API Gateway that we will use to redirect traffic to corresponding backend services. The gateway is configurable through a YAML file called syntax-config.yaml Example of the configuration can be seen below:
Set a new condition to skip the deploy-ghcr pipeline when turbo determines that there are no affected packages, and thus, no need for rebuilding the docker images
What have you done?
API Gateway
This is the minimum viable API Gateway that we will use to redirect traffic to corresponding backend services. The gateway is configurable through a YAML file called
syntax-config.yaml
Example of the configuration can be seen below:Fix for CI pipeline
Set a new condition to skip the
deploy-ghcr
pipeline when turbo determines that there are no affected packages, and thus, no need for rebuilding the docker images