Skip to content

Commit ba42bcb

Browse files
committed
Deployer redis ved app-deploy
1 parent 11a47e3 commit ba42bcb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/deploy-to-nais.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ jobs:
2929
id-token: "write"
3030
steps:
3131
- name: Checkout repo
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
33+
- name: Deploy Redis
34+
if: ${{ inputs.deploy_redis == true }}
35+
uses: nais/deploy/actions/deploy@v2
36+
env:
37+
CLUSTER: ${{ inputs.cluster }}
38+
RESOURCE: .nais/redis.yml
39+
VARS: .nais/vars/${{ inputs.vars_file }}
3340
- name: Set HPA resource if specified
3441
if: ${{ inputs.hpa_file }}
3542
run: |

.github/workflows/deploy.dev1.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ jobs:
4747
vars_file: vars-dev1.yml
4848
config_file: config.yml
4949
hpa_file: hpa-dev1.yml
50+
deploy_redis: true

0 commit comments

Comments
 (0)