Skip to content

Commit

Permalink
deployer til dev-gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland authored Jan 8, 2024
1 parent 71368e5 commit 07cdbea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ jobs:
outputs:
image: ${{ steps.docker-build-push.outputs.image }}

deployDevGcp:
name: Deploy to dev gcp
needs: [build]
runs-on: ubuntu-latest
env:
IMAGE: "${{ needs.build.outputs.image }}"
steps:
- uses: actions/checkout@v4
- uses: nais/deploy/actions/deploy@v1
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
RESOURCE: deploy/dev.yml

deployDev:
name: Deploy to dev
needs: [build]
Expand Down

0 comments on commit 07cdbea

Please sign in to comment.