Skip to content

Commit

Permalink
feat: deploys no frontend in review apps by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Jan 28, 2025
1 parent fe99e5f commit 89f17e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scalingo.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"DOMAIN_PIX_CERTIF": {
"generator": "template",
"template": "https://certif-pr%PR_NUMBER%.review.pix"
},
"CI_FRONT_TASKS": {
"value": "ci:none"
},
"BUILD_FRONT_TASKS": {
"value": "build:none"
}
},
"scripts": {
Expand All @@ -42,4 +48,4 @@
}
},
"stack": "scalingo-22"
}
}

0 comments on commit 89f17e4

Please sign in to comment.