Skip to content

Ein leeres Media Kit sagt der Maschine, dass es nichts zu holen gibt … #1160

Ein leeres Media Kit sagt der Maschine, dass es nichts zu holen gibt …

Ein leeres Media Kit sagt der Maschine, dass es nichts zu holen gibt … #1160

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