Skip to content

v1.0.140

v1.0.140 #144

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@v3
- uses: nais/deploy/actions/deploy@v1
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-fss
RESOURCE: nais.yml
VARS: nais-prod.json