mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
8 lines
127 B
YAML
8 lines
127 B
YAML
- name: db_setup
|
|
command: bundle exec rails db:setup
|
|
service: app
|
|
|
|
- name: test
|
|
command: bundle exec rake
|
|
service: app
|