Skip to content

v1.0.144

v1.0.144 #148

Workflow file for this run

name: Deploy til prod ved release
on:
release:
types: [published]
env:
IMAGE: ghcr.io/${{ github.repository }}/su-se-framover:${{ github.sha }}
jobs:
deploy_to_prod:
name: Deploy to prod
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nais/deploy/actions/deploy@v1
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-fss
RESOURCE: nais.yml
VARS: nais-prod.json