Marketing site for TetherScript
  • CSS 56.4%
  • HTML 42.1%
  • Dockerfile 1.5%
Find a file
2026-04-24 14:36:29 -05:00
k8s Use Artifact Registry pull secret 2026-04-24 14:01:59 -05:00
nginx Initial TetherScript marketing site 2026-04-24 13:48:51 -05:00
site Initial TetherScript marketing site 2026-04-24 13:48:51 -05:00
.dockerignore Deploy via Artifact Registry image 2026-04-24 13:55:08 -05:00
.gitignore Initial TetherScript marketing site 2026-04-24 13:48:51 -05:00
Dockerfile Deploy via Artifact Registry image 2026-04-24 13:55:08 -05:00
kustomization.yaml Deploy via Artifact Registry image 2026-04-24 13:55:08 -05:00
README.md Document Cloud Run production deploy 2026-04-24 14:36:29 -05:00

TetherScript Marketing Site

Static marketing site for TetherScript at script.codetether.run.

Layout

site/ contains the HTML and CSS served by Nginx. nginx/ contains the container server config. k8s/ contains the namespaced Kubernetes deployment for codetether-sites.

Production Deploy

Production currently runs on Cloud Run using the image in Google Artifact Registry.

gcloud builds submit --project=spotlessbinco --tag us-central1-docker.pkg.dev/spotlessbinco/codetether/tetherscript-marketing-site:v1
gcloud run deploy tetherscript-marketing-site --project=spotlessbinco --image=us-central1-docker.pkg.dev/spotlessbinco/codetether/tetherscript-marketing-site:v1 --region=us-central1 --platform=managed --allow-unauthenticated --port=8080

Kubernetes Manifests

The k8s/ manifests are namespaced under codetether-sites for a future cluster deployment.

kubectl apply -k .