Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello.

I have an application made on TypeScript, deployed by GitHub Actions, hosted on Firebase - Google Cloud.

I need set the "instance_class: B4" dynamic depending of environment

I have 3 environments DEV, QA and PROD and I want to specify which type of server will start on each.

I have some variables on gitHub and some secrets on GPC, but I don't know which and how to use.

How can I change app.yaml on deploy process?

Thanks

What I have tried:

I don't know from where to start
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900