Skip to content

Commit

Permalink
chore: fetch redis image
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarinEA committed Jul 22, 2021
1 parent cc89aa0 commit 37d8cd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec_step_common: &spec_step_common
--image whilp/ssh-agent
--image abakpress/ruby-app:$RUBY_IMAGE_TAG
--image abakpress/postgres-db:$POSTGRES_IMAGE_TAG
--image redis:$REDIS_IMAGE_TAG

- dip ssh add -T -v /ssh_keys -k /ssh_keys/id_rsa
- dip provision
Expand All @@ -44,6 +45,7 @@ steps:
DOCKER_RUBY_VERSION: 2.2
RUBY_IMAGE_TAG: 2.2-latest
POSTGRES_IMAGE_TAG: 9.6-latest
REDIS_IMAGE_TAG: 4-alpine
RAILS_ENV: test
<<: *spec_step_common

Expand All @@ -53,6 +55,7 @@ steps:
DOCKER_RUBY_VERSION: 2.3
RUBY_IMAGE_TAG: 2.3-latest
POSTGRES_IMAGE_TAG: 9.6-latest
REDIS_IMAGE_TAG: 4-alpine
RAILS_ENV: test
<<: *spec_step_common

Expand All @@ -62,6 +65,7 @@ steps:
DOCKER_RUBY_VERSION: 2.4
RUBY_IMAGE_TAG: 2.4-latest
POSTGRES_IMAGE_TAG: 9.6-latest
REDIS_IMAGE_TAG: 4-alpine
RAILS_ENV: test
<<: *spec_step_common

Expand Down

0 comments on commit 37d8cd7

Please sign in to comment.