Skip to content

Commit

Permalink
👷 Deploy til dev og prod i parallell
Browse files Browse the repository at this point in the history
Siden vi bruker RollingUpdate, ikke Recreate, gir det ikke så mye verdi
at deploy til prod venter på at deploy til dev går bra - de gamle
poddene er i drift inntil de nye er oppe og kjører.

Co-authored-by: Christian Bülow Skovborg <[email protected]>
Co-authored-by: Elias Andreassen Thøgersen <[email protected]>
  • Loading branch information
3 people committed Jun 24, 2024
1 parent 98b1e84 commit 9af37fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

deployProd:
name: Deploy to prod
needs: [build, deployDev]
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9af37fa

Please sign in to comment.