Skip to content

bonviesinfo/cloud-run-actions-example

 
 

Repository files navigation

Creating a CI/CD Environment for Serverless Containers on Google Cloud Run

cover

This repository is a complement to my medium article. If you wanna follow step by step, check my writing.

Architecture

This is how our infrastructure works:

Golang

Running:

$ go run server.go

Running tests:

$ go test -v

Running Dockerfile:

$ docker build . -t example

$ docker run -p 8000:8000 --env PORT=8000 example

https://medium.com/google-cloud/creating-a-ci-cd-environment-for-serverless-containers-on-google-cloud-run-with-github-actions-7492ca3993a0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 85.7%
  • Dockerfile 14.3%