Store Deployment & Operations
Deployment (Medusa Backend)
Section titled “Deployment (Medusa Backend)”From opticworks-store/docs/reference/DEPLOYMENT_GUIDE.md:
cd infrastructure/ansibleansible-playbook -i inventory/production.ini playbooks/medusa-deploy.ymlFull provisioning and teardown workflows are documented in the same file.
Storefront Deployment
Section titled “Storefront Deployment”From opticworks-store/README.md:
pnpm run cf:buildpnpm exec wrangler deploy --env productionDeployment guide documents Medusa log paths and PM2 behavior:
ssh hetzner-node "tail -f /opt/opticworks/medusa-backend/logs/medusa-app.log"Sources
Section titled “Sources”opticworks-store/docs/reference/DEPLOYMENT_GUIDE.mdopticworks-store/README.md