Skip to content

Commit

Permalink
deploy feature branch til dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaegrov committed Dec 5, 2024
1 parent c7c2053 commit 7f621c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Bygg og deploy
on:
push:
branches:
- main


env:
IMAGE: ghcr.io/${{ github.repository }}:${{ github.sha }}
Expand Down Expand Up @@ -119,6 +118,7 @@ jobs:

deploy-prod:
name: Deploy til prod-gcp
if: github.ref == 'refs/heads/main'
needs: [ build, deploy-dev ]
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit 7f621c5

Please sign in to comment.