# Initialize infrastructure
tofu init && tofu apply
# Deploy all services
ansible-playbook playbooks/site.yml
# Deploy single environment
ansible-playbook playbooks/deploy-env-stack.yml -e env=production
# Check service status
docker service ls
# View logs
docker service logs <service-name>These are the most commonly used commands for day-to-day operations and troubleshooting.