Skip to content

Forward catalog... to catalog-dev.l and katalog... to catalog.l #661

Forward catalog... to catalog-dev.l and katalog... to catalog.l

Forward catalog... to catalog-dev.l and katalog... to catalog.l #661

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches: [ master ]
paths-ignore:
- README.md
- doc/**
concurrency: deploy
jobs:
#infra:
# uses: UM-LPM/server/.github/workflows/deploy-infra.yml@master
# secrets: inherit
bastion:
uses: UM-LPM/server/.github/workflows/deploy-machine.yml@master
with:
machine: "bastion.l"
secrets: inherit
# needs: infra
machines:
strategy:
matrix:
machine: ["minimal.l", "collab.l", "gateway.l", "collab-dev.l", "builder.l", "prometheus.l", "runner1.l", "login.l", "gc.l", "proxy.l", "catalog.l", "catalog-dev.l", "student-mqtt.l", "bioma.l", "ps.l"]
needs: bastion
uses: UM-LPM/server/.github/workflows/deploy-machine.yml@master
with:
machine: ${{matrix.machine}}
secrets: inherit