VeryGoodOpenSource / dart_frog

A fast, minimalistic backend framework for Dart 🎯
https://dartfrog.vgv.dev
MIT License
1.85k stars 147 forks source link

CI / CD Workflow Examples #1183

Closed markbreuss closed 10 months ago

markbreuss commented 10 months ago

I want to integrate dartfrog to our ci/cd flutter workflow.

Are there any Github Action templates or documentation on how to automatically deploy to goolge cloud run.

Or use something like codemagic?

Thanks for the help - love the project by the way!

felangel commented 10 months ago

Hey 👋 Check out https://github.com/flutter/io_flip/blob/main/.github/workflows/deploy_dev_api.yaml for an example of how to deploy to cloud run from a GitHub workflow.

markbreuss commented 10 months ago

Awesome - thats exactly what I was looking for. Thanks for the response!