Initial commit.

This commit is contained in:
2025-12-10 16:49:59 -08:00
commit 2a2b4a3f83
1366 changed files with 95853 additions and 0 deletions

18
scripts/deploy.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/bin/bash
# Build the TailwindCSS assets
npm run build
# Build the site
hugo build
# Build and push the Docker image
docker build -t payneio/civildynamics.org . --file ./Dockerfile
docker push payneio/civildynamics.org
# Deploy to Kubernetes
# First time...
# bin/wild-app-deploy civildynamics
kubectl rollout restart deployment civildynamics -n civildynamics