Skip to content

Commit

Permalink
install factory bot in review apps only
Browse files Browse the repository at this point in the history
  • Loading branch information
starswan committed Oct 11, 2024
1 parent 9997cba commit b3b46b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/workspace-variables/review.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"aks_web_app_start_command": [
"/bin/sh",
"-c",
"bundle exec rails db:migrate:ignore_concurrent_migration_exceptions db:async_seed && rails s"
"gem install factory-bot-rails && bundle exec rails db:migrate:ignore_concurrent_migration_exceptions db:async_seed && rails s"
],
"parameter_store_environment": "dev",
"region": "eu-west-2",
Expand Down

0 comments on commit b3b46b4

Please sign in to comment.