-
Notifications
You must be signed in to change notification settings - Fork 7
44 lines (43 loc) · 1.26 KB
/
platform_deploy_dev_manual.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: "Platform: deploy dev manual"
on:
workflow_dispatch:
jobs:
dev-deploy:
permissions:
contents: "read"
id-token: "write"
runs-on: ubuntu-latest
strategy:
matrix:
cluster:
- dev-gcp
app:
- bruker-api
- bruker-api-writer
- produsent-api
- kafka-reaper
- statistikk
- ekstern-varsling
- replay-validator
- kafka-backup
- skedulert-utgaatt
- skedulert-harddelete
- skedulert-paaminnelse
- dataprodukt
#- manuelt-vedlikehold
steps:
- uses: actions/checkout@v4
- name: NAIS login
uses: nais/login@v0
id: login
with:
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
team: fager
- uses: nais/deploy/actions/deploy@v2
name: "${{ matrix.cluster }}: deploy ${{ matrix.app }}"
env:
VAR: image=${{ steps.login.outputs.registry }}/arbeidsgiver-notifikasjon-produsent-api:${{ github.sha }}
REF: ${{ github.sha }}
CLUSTER: ${{ matrix.cluster }}
RESOURCE: app/nais/${{ matrix.cluster }}-${{ matrix.app }}.yaml