feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
#!/bin/bash
|
||||
# Quick deployment script with force flag
|
||||
# Usage: ./deploy.sh
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
echo "🚀 Starting deployment to production..."
|
||||
echo ""
|
||||
|
||||
ansible-playbook \
|
||||
-i inventories/production/hosts.yml \
|
||||
playbooks/deploy-rsync-based.yml \
|
||||
--vault-password-file .vault_pass \
|
||||
--extra-vars 'force_deploy=true'
|
||||
|
||||
echo ""
|
||||
echo "✅ Deployment completed!"
|
||||
Reference in New Issue
Block a user