Skip to content

Commit

Permalink
Merge pull request #736 from hngprojects/dev
Browse files Browse the repository at this point in the history
merge to staging
  • Loading branch information
ThePrimeJnr authored Jul 29, 2024
2 parents 37a351d + a282074 commit b3be82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
tags: hngdevops/nextjs-boilerplate:prod

deploy_to_production:
needs: build_and_push
if: github.event.repository.fork == false
runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/staging-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
tags: hngdevops/nextjs-boilerplate:staging

deploy_to_staging:
needs: build_and_push
if: github.event.repository.fork == false
runs-on: ubuntu-latest

Expand Down

0 comments on commit b3be82a

Please sign in to comment.