Skip to content

Commit

Permalink
Merge pull request #3727 from uselagoon/build-priority-fix
Browse files Browse the repository at this point in the history
fix: switch the priority, development should be lower than production
  • Loading branch information
tobybellwood authored Jun 6, 2024
2 parents 3f753ae + b6c1f98 commit 28978a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/api/src/resources/project/sql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ export const Sql = {
storageCalc = 1,
problemsUi = 0,
factsUi = 0,
productionBuildPriority = 5,
developmentBuildPriority = 6,
productionBuildPriority = 6,
developmentBuildPriority = 5,
deploymentsDisabled = 0,
developmentEnvironmentsLimit = 5,
organization,
Expand Down

0 comments on commit 28978a5

Please sign in to comment.