Skip to content

Commit

Permalink
fix: add postgress to drone
Browse files Browse the repository at this point in the history
  • Loading branch information
GIGrave committed Nov 2, 2023
1 parent c0b9bf3 commit 33e5698
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ spec_step_common: &spec_step_common
- bundle exec appraisal bundle exec rspec

steps:
- name: postgres
image: abakpress/postgres-db:11
pull: if-not-exists
environment:
POSTGRES_DB: docker
detach: true

- name: build on ruby2.4
image: abakpress/ruby-app:2.4-latest
environment:
Expand Down

0 comments on commit 33e5698

Please sign in to comment.