Sure! Pl
This commit is contained in:
15
scripts/deploy/deploy-staging.sh
Executable file
15
scripts/deploy/deploy-staging.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "🚀 Deploying to staging..."
|
||||
|
||||
if [ -z "$KUBECONFIG" ]; then
|
||||
echo "❌ KUBECONFIG environment variable not set"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
kubectl apply -f deployments/staging/kubernetes/
|
||||
kubectl rollout status deployment/auth-service -n staging
|
||||
|
||||
echo "✅ Deployment completed!"
|
||||
Reference in New Issue
Block a user