Update and connect to drone #1

Merged
atomaka merged 11 commits from deploy into main 2023-03-08 19:25:28 -05:00
Showing only changes of commit ce6d1339b1 - Show all commits

View file

@ -10,14 +10,6 @@ steps:
commands:
- bin/bundle install --jobs=3 --retry=3
- name: test
image: ruby:3.2.0
volumes:
- name: bundle
path: /usr/local/bundle
commands:
- bin/rails test
- name: autoload
image: ruby:3.2.0
volumes:
@ -34,6 +26,13 @@ steps:
commands:
- bin/bundle exec standardrb
- name: test
image: ruby:3.2.0
volumes:
- name: bundle
path: /usr/local/bundle
commands:
- bin/rails test
volumes:
- name: bundle