Skip to content

Commit

Permalink
Fjern cdn dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaegrov committed Nov 5, 2024
1 parent 41bbf54 commit 1e17bad
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
Expand Up @@ -141,7 +141,7 @@ jobs:

deploy-dev:
name: Deploy til dev-gcp
needs: [ build, playwright, upload-cdn ]
needs: [ build, playwright ]
runs-on: ubuntu-latest
environment:
name: Development
Expand All @@ -159,7 +159,7 @@ jobs:

deploy-prod:
name: Deploy til prod-gcp
needs: [ build, playwright, upload-cdn, deploy-dev ]
needs: [ build, playwright, deploy-dev ]
runs-on: ubuntu-latest
environment:
name: Production
Expand Down

0 comments on commit 1e17bad

Please sign in to comment.