File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11host : ' shipit-engine.myshopify.io'
2- redis_url : ' redis://shipit-engine.railgun:6379'
32
43# For creating an app see: https://github.com/Shopify/shipit-engine/blob/main/docs/setup.md#creating-the-github-app
54
@@ -21,4 +20,4 @@ github:
2120 oauth :
2221 id :
2322 secret :
24- teams:
23+ teams :
Original file line number Diff line number Diff line change @@ -5,10 +5,20 @@ name: shipit-engine
55type : rails
66
77up :
8+ - custom :
9+ name : Check for secrets file
10+ met? : test -f config/secrets.development.yml
11+ meet : |
12+ echo "❌ config/secrets.development.yml not found"
13+ echo ""
14+ echo "Please run: dev bootstrap"
15+ echo ""
16+ echo "⚠️ WARNING: bootstrap will DROP and recreate your local database!"
17+ echo ""
18+ exit 1
819 - packages :
920 - sqlite
1021 - ruby
11- - isogun
1222 - nginx
1323 - redis
1424 - mysql
You can’t perform that action at this time.
0 commit comments