Skip to content

fix: preserve picker order for post photos (#2243) #1233

fix: preserve picker order for post photos (#2243)

fix: preserve picker order for post photos (#2243) #1233

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
# Manual redeploy of main from the Actions tab, e.g. to re-run a deploy
# without pushing a no-op commit.
workflow_dispatch:
# Never run two production deploys at once; let an in-flight one finish.
concurrency:
group: deploy-production
cancel-in-progress: false
jobs:
deploy:
runs-on: [self-hosted, vutuv3]
steps:
- uses: actions/checkout@v5
- name: Build and deploy release
run: ./scripts/deploy.sh