-
-
Notifications
You must be signed in to change notification settings - Fork 12
feat: adding staging environment for consumer-api #56
Copy link
Copy link
Open
Labels
apiWorking around the /api folderWorking around the /api folderdevopsDemands that need devops actionDemands that need devops actionenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededrust
Milestone
Metadata
Metadata
Assignees
Labels
apiWorking around the /api folderWorking around the /api folderdevopsDemands that need devops actionDemands that need devops actionenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededrust
Type
Projects
Status
Backlog
Currently we only have one API which is being used for production and test purposes (twitch-extension.danielheart.dev) and our goal is to make it easier for staging tests.
Proposal
Use Nginx to make a proxy for maintain the current api and create two new ones for the v1 development/production:
The service today is running under Rust Actix and would be good to have a auto-deployment on this tooling.
Maybe @gvieira18 can bring some ideas or if anyone wants to implement it, please ping me so I can provide a VPS for you to work with.