-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathdev.yml
46 lines (40 loc) · 946 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
44
45
46
name: portal
type: rails
up:
- homebrew:
- mysql-client@5.7:
or: [mysql@5.7]
conflicts: [mysql-connector-c, mysql, mysql-client]
- ruby: 2.7.1
- node:
version: v10.19.0
yarn: 1.22.4
- bundler
- railgun
- database:
bootstrap: bin/rails db:create db:migrate db:schema:load
migrate: bin/rails db:migrate db:test:prepare
host: portal.railgun
user: root
password: ""
database: portal_development
server:
port: 18335
commands:
console: bin/rails console
test:
syntax:
argument: file
optional: args...
run: bin/rails test
env:
KEY_CLAIM_TOKEN: thisisatoken
KEY_CLAIM_HOST: covidshield-submit.myshopify.io
DATABASE_HOST: portal.railgun
# These use fuzzy-matching, so you can (e.g.) `dev open app`
open:
"portal": https://portal.myshopify.io
#ops:
# - https://datadog.link
# - https://bugsnag.link
# - https://kafka.link