Skip to content

Store Deployment & Operations

From opticworks-store/docs/reference/DEPLOYMENT_GUIDE.md:

Terminal window
cd infrastructure/ansible
ansible-playbook -i inventory/production.ini playbooks/medusa-deploy.yml

Full provisioning and teardown workflows are documented in the same file.

From opticworks-store/README.md:

Terminal window
pnpm run cf:build
pnpm exec wrangler deploy --env production

Deployment guide documents Medusa log paths and PM2 behavior:

Terminal window
ssh hetzner-node "tail -f /opt/opticworks/medusa-backend/logs/medusa-app.log"
  • opticworks-store/docs/reference/DEPLOYMENT_GUIDE.md
  • opticworks-store/README.md