-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.yml
43 lines (38 loc) · 909 Bytes
/
dev.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: josh-sanger-test
type: rails
up:
- homebrew:
- openssl
- shopify/shopify/mysql-client:
or: [mysql]
conflicts: [mysql-connector-c]
# - another_package
- ruby: 2.6.3
- node:
version: v10.11.0
yarn: 1.12.3
- bundler
- railgun
- database:
bootstrap: bin/rails db:create db:migrate db:schema:load
migrate: bin/rails db:migrate db:test:prepare
host: josh-sanger-test.railgun
user: root
password: ''
database: josh_sanger_test_development
server:
port: 18672
commands:
console: bin/rails console
test:
syntax:
argument: file
optional: args...
run: bin/rails test
# These use fuzzy-matching, so you can (e.g.) `dev open app`
open:
"My Application": https://josh-sanger-test.myshopify.io
#ops:
# - https://datadog.link
# - https://bugsnag.link
# - https://kafka.link