Skip to content

Link work experiences to verified company pages (#931, v7.93.0) [cold… #316

Link work experiences to verified company pages (#931, v7.93.0) [cold…

Link work experiences to verified company pages (#931, v7.93.0) [cold… #316

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