Skip to content

Update collab.nix

Update collab.nix #245

Workflow file for this run

name: Deploy
on:
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
secrets: inherit
needs: infra
machines:
strategy:
matrix:
machine: [green, gateway.l, builder.l, calendar.l, prometheus.l, proxy.l, spum-platform, grades, ps, esp, usatour, bioma, gb, ears, collab]
needs: bastion
uses: UM-LPM/server/.github/workflows/deploy-machine.yml@master
with:
machine: ${{matrix.machine}}
secrets: inherit