this post was submitted on 10 Jun 2023
10 points (100.0% liked)
Programming
13425 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm actually considering doing an instance on gcp cloud run, just because my main work is in gcp and it's a pretty decent way to run containers.
I'm thinking I might do a build of the image per the doco via GitHub actions and push the image into artifact registry (GCP service)..
If you get this working can you make a write-up on how? I'd like to do this as well.
For sure. Shouldn't be too hard just need to sit down and spend a good block of time on it.
I'll probably use a bit of either pulumi or terraform, if that's ok!