Skip to content

Commit

Permalink
Bump nais/deploy from 1 to 2 (#440)
Browse files Browse the repository at this point in the history
Bumps [nais/deploy](https://github.com/nais/deploy) from 1 to 2.
- [Release notes](https://github.com/nais/deploy/releases)
- [Commits](nais/deploy@v1...v2)

---
updated-dependencies:
- dependency-name: nais/deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stig Strøm <[email protected]>
  • Loading branch information
dependabot[bot] and stigebil authored Jan 16, 2024
1 parent 94bf9a9 commit e8edbea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
docker push ${IMAGE}
docker push ${IMAGE_LATEST}
- name: Deploy to dev-fss
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-fss
RESOURCE: nais/dev-fss.yml
- name: Deploy to prod-fss
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-fss
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo ${GITHUB_TOKEN} | docker login ghcr.io --username ${GITHUB_REPOSITORY} --password-stdin
docker push ${IMAGE}
- name: Deploy to dev-fss
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-fss
Expand Down

0 comments on commit e8edbea

Please sign in to comment.