Skip to content

Commit

Permalink
remove dev cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Oct 1, 2024
1 parent 8a326a4 commit 6729ff7
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,23 +117,6 @@ jobs:

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

deploy-dev:
name: Deploy to NAIS development cluster
if: ${{ github.event_name != 'release' }}
runs-on: ubuntu-latest
needs: docker-build
permissions:
contents: "read"
id-token: "write"
steps:
- uses: actions/checkout@v4
- uses: nais/deploy/actions/deploy@v2
env:
CLUSTER: dev
RESOURCE: .nais/dev.yaml
VAR: image=${{ needs.docker-build.outputs.image }}:latest
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443

deploy-test:
name: Deploy to NAIS test cluster
Expand Down

0 comments on commit 6729ff7

Please sign in to comment.