Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 4b42edf

Browse files
authored
Skrur av i labs (#30)
1 parent 48adc8e commit 4b42edf

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

.github/workflows/deploy_gcp.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ on:
1010
options:
1111
- 'mock'
1212
- 'dev'
13-
- 'labs-gcp'
14-
cluster:
15-
description: 'Cluster å deploye til'
16-
required: true
17-
default: 'dev-gcp'
18-
type: choice
19-
options:
20-
- 'dev-gcp'
21-
- 'labs-gcp'
2213

2314
jobs:
2415
deploy:
@@ -33,14 +24,13 @@ jobs:
3324
run: |
3425
PROJECT_NAME=$(echo ${{ github.repository }} | cut -d/ -f2)
3526
echo "IMAGE=ghcr.io/${{ github.repository }}/$PROJECT_NAME:${{ steps.artifact-version.outputs.version }}" >> $GITHUB_ENV
36-
echo "CLUSTER_NAME=${{ github.event.inputs.cluster }}" >> $GITHUB_ENV
3727
echo "CONFIG_FILE=${{ github.event.inputs.config-file-name }}" >> $GITHUB_ENV
3828
- name: Deploy til GCP
3929
uses: nais/deploy/actions/deploy@v1
4030
env:
4131
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
4232
RESOURCE: nais.yaml
43-
CLUSTER: ${{ env.CLUSTER_NAME }}
33+
CLUSTER: dev-gcp
4434
VARS: nais/${{ env.CONFIG_FILE }}.json
4535
REF: ${{ steps.artifact-version.outputs.version }}
4636
PRINT_PAYLOAD: true

nais/labs-gcp.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)