Skip to content

Commit 27a1c06

Browse files
committed
Fiks indentering av byggefil
1 parent bf46f8b commit 27a1c06

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/dp-inntekt-api-deploy.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,26 @@ jobs:
4242
name: nais-yaml
4343
path: nais
4444

45-
deploy-dev:
46-
name: Deploy to dev
47-
needs: [build]
48-
if: github.ref == 'refs/heads/master'
49-
runs-on: ubuntu-latest
50-
steps:
51-
- name: Fetch NAIS yaml
52-
uses: actions/download-artifact@v1
53-
with:
54-
name: nais-yaml
55-
path: nais
45+
deploy-dev:
46+
name: Deploy to dev
47+
needs: [build]
48+
if: github.ref == 'refs/heads/master'
49+
runs-on: ubuntu-latest
50+
steps:
51+
- name: Fetch NAIS yaml
52+
uses: actions/download-artifact@v1
53+
with:
54+
name: nais-yaml
55+
path: nais
5656

57-
- uses: nais/deploy/actions/deploy@v1
58-
env:
59-
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
60-
CLUSTER: dev-fss
61-
RESOURCE: nais/alerts.yaml,nais/grpc-svc.yaml,nais/dev/nais.yaml
62-
VARS: nais/vars.yaml
63-
VAR: alerts_slack_channel=#team-dagpenger-alerts-non-prod
64-
PRINT_PAYLOAD: true
57+
- uses: nais/deploy/actions/deploy@v1
58+
env:
59+
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
60+
CLUSTER: dev-fss
61+
RESOURCE: nais/alerts.yaml,nais/grpc-svc.yaml,nais/dev/nais.yaml
62+
VARS: nais/vars.yaml
63+
VAR: alerts_slack_channel=#team-dagpenger-alerts-non-prod
64+
PRINT_PAYLOAD: true
6565

6666
deploy-q2:
6767
name: Deploy to q2

0 commit comments

Comments
 (0)