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 0581459a2c - Show all commits

View file

@ -17,6 +17,8 @@ steps:
path: /usr/local/bundle
commands:
- bin/rails zeitwerk:check
depends_on:
- install
- name: lint
image: ruby:3.2.0
@ -25,6 +27,8 @@ steps:
path: /usr/local/bundle
commands:
- bin/bundle exec standardrb
depends_on:
- install
- name: test
image: ruby:3.2.0
@ -33,6 +37,8 @@ steps:
path: /usr/local/bundle
commands:
- bin/rails test
depends_on:
- install
volumes:
- name: bundle