Skip to content

Commit

Permalink
Oppdatere workflow for deploy to prod - PSB (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 authored Sep 13, 2023
1 parent a22a1c1 commit 9feb31b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/dispatch.deploy-pleiepenger-sykt-barn-to-prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Deploy pleiepenger-sykt-barn
run-name: Deploy pleiepenger-sykt-barn
name: Deploy pleiepenger-sykt-barn to prod
run-name: Deploy pleiepenger-sykt-barn to prod

on:
push:
Expand Down Expand Up @@ -47,12 +47,12 @@ jobs:
- name: Run cypress tests
run: yarn turbo cypress-run --filter=pleiepenger-sykt-barn

# deploy-to-prod:
# name: Deploy pleiepenger-sykt-barn
# needs: [run-tests]
# uses: navikt/sif-brukerdialog/.github/workflows/.deploy-app-to-prod.yml@main
# secrets:
# NAIS_DEPLOY_APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
# with:
# app-name: 'pleiepenger-sykt-barn'
# working-directory: 'apps/pleiepenger-sykt-barn'
deploy-to-prod:
name: Deploy pleiepenger-sykt-barn to prod
needs: [run-tests]
uses: navikt/sif-brukerdialog/.github/workflows/.deploy-app-to-prod.yml@main
secrets:
NAIS_DEPLOY_APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
with:
app-name: 'pleiepenger-sykt-barn'
working-directory: 'apps/pleiepenger-sykt-barn'

0 comments on commit 9feb31b

Please sign in to comment.