# Step 1: Bootstrap Infisical credentials
export INFISICAL_CLIENT_ID="your-client-id"
export INFISICAL_CLIENT_SECRET="your-client-secret"
# Step 2: Provision infrastructure
cd infrastructure/opentofu
tofu init
tofu apply
# Step 3: Configure server
ansible-playbook playbooks/site.yml
# Step 4: Deploy Infisical Agent
ansible-playbook playbooks/deploy-infisical-agent.yml
# Step 5: Deploy services
ansible-playbook playbooks/deploy-env-stack.yml -e env=productionFrom zero to production in 5 steps. The entire infrastructure can be reproduced from scratch using these commands.