A repo for deploying a pointless static site - but with automation! See the result at https://lukewiltshire.co.uk
docker build -t wiltsite . && docker run -d --name wiltsite -p 8080:8080 -e PORT=8080 wiltsite
- Get GCP
- Enable Cloud Run API
- Create a Cloud Build trigger pointing to this repo, using cloudbuild.yaml
- Run pipeline manually, or push a commit to trigger it
- Watch the magic happen
I added my domain to the Cloud Run service, as documented here.