sanchezpaco / gcloudcicd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Cloud CI/CD

Test project for learning how to work with Google Cloud Build and Google Cloud Run

Getting Started

Just run:

docker build . -t gcloudcicd 
docker run -d -p 80:8080 gcloudcicd

Then you'll have available the website at localhost

Prerequisites

Docker!

Deployment

This automatically builds and deploys once is merged in main branch using Google Cloud Build

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the GNU General Public License - see the LICENSE.md file for details

About

License:GNU General Public License v3.0


Languages

Language:HTML 31.7%Language:JavaScript 30.6%Language:CSS 30.2%Language:Dockerfile 7.6%