Skip to content

fix: Jinja2 ternary in elif not supported — rewrite step pill condition #57

fix: Jinja2 ternary in elif not supported — rewrite step pill condition

fix: Jinja2 ternary in elif not supported — rewrite step pill condition #57

Workflow file for this run

name: Deploy to Production
on:
push:
branches: [main]
jobs:
deploy:
runs-on: self-hosted-prod
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Copy .env from VM
run: cp /home/ubuntu/.env.orchestrator .env
- name: Free disk space
run: docker builder prune -f
- name: Build and restart stack
run: docker compose up -d --build
- name: Verify health
run: |
sleep 15
curl -sf http://localhost:8000/healthz