This commit is contained in:
2025-07-08 17:26:13 -07:00
parent 78f38034ce
commit 0000fc7d22
67 changed files with 6140 additions and 243 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/civilsociety.dev . --file ./Dockerfile
docker push payneio/civilsociety.dev
# Deploy to Kubernetes
# First time...
# bin/wild-app-deploy civilsociety
kubectl rollout restart deployment civilsociety -n civilsociety