mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 22:12:53 +00:00
Deploy to production: GitHub Actions + ghcr.io + Kubernetes
- Switch from Gitea to GitHub Container Registry (ghcr.io) - Add GitHub Actions workflow with Tailscale connectivity - Update k8s manifests for cloud nodes and Traefik ingress - Configure for turbo.kazcloud.dev domain - Test deployment with home page text change
This commit is contained in:
@@ -5,7 +5,7 @@ set -e
|
||||
# Usage: ./scripts/update-deployment.sh v1.0.1
|
||||
|
||||
VERSION=${1:-latest}
|
||||
IMAGE="gitea.kazcloud.dev/ryankazokas/turbovault-app:${VERSION}"
|
||||
IMAGE="ghcr.io/ryankazokas/turbovault-app:${VERSION}"
|
||||
NAMESPACE="turbovault"
|
||||
|
||||
echo "🚀 Updating TurboVault deployment to ${VERSION}..."
|
||||
|
||||
Reference in New Issue
Block a user