1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
my-images/codeship-steps.yml
2018-10-19 15:42:32 -04:00

8 lines
127 B
YAML

- name: db_setup
command: bundle exec rails db:setup
service: app
- name: test
command: bundle exec rake
service: app