-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.yml
More file actions
45 lines (39 loc) 路 955 Bytes
/
Copy pathdev.yml
File metadata and controls
45 lines (39 loc) 路 955 Bytes
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
name: super-great-pizza
type: rails
up:
- homebrew:
- mysql-client@5.7:
or: [mysql@5.7]
conflicts: [mysql-connector-c, mysql, mysql-client]
# - another_package
- ruby: 2.6.5
- bundler
- railgun
- node:
version: v10.13.0
yarn: true
- database:
bootstrap: bin/rails db:create db:migrate db:schema:load
migrate: bin/rails db:migrate db:test:prepare
host: super-great-pizza.railgun
user: root
password: ''
database: super-great-pizza_development
server:
port: 18848
env:
DOCKER_HOST: super-great-pizza.railgun:2375
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://super-great-pizza.myshopify.io
#ops:
# - https://datadog.link
# - https://bugsnag.link
# - https://kafka.link