Skip to content

Commit

Permalink
finalize the Redis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Aug 31, 2024
1 parent cb8f497 commit b573a2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ servers:
options:
network: "private"

job:
hosts:
- 174.138.51.62
cmd: bundle exec sidekiq -e production -t 25
options:
network: "private"

# Credentials for your image host.
registry:
server: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/redis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

begin
redis = Redis.new
pp redis.ping
puts "✅ REDIS" if redis.ping == 'PONG'
rescue Exception => e
pp "🚨🚨🚨 #{e.message}"
end
Expand Down

0 comments on commit b573a2c

Please sign in to comment.