Skip to content

Commit

Permalink
PEK-851 deploy unleash api-token resource to nais
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfofanov committed Dec 9, 2024
1 parent 2dbe81e commit 7d890cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
name: Deploy to prod
env:
CLUSTER: prod-gcp
RESOURCE: .nais/nais-prod-gcp.yaml
RESOURCE: .nais/nais-prod-gcp.yaml,unleash-apitoken-prod.yaml
IMAGE: ${{ needs.build.outputs.image }}
2 changes: 1 addition & 1 deletion .github/workflows/manual_deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
- uses: nais/deploy/actions/deploy@v2
env:
CLUSTER: dev-gcp
RESOURCE: .nais/nais-dev-gcp.yaml
RESOURCE: .nais/nais-dev-gcp.yaml,.nais/unleash-apitoken-dev.yaml
IMAGE: ${{ needs.build.outputs.image }}

0 comments on commit 7d890cf

Please sign in to comment.