diff --git a/.gitignore b/.gitignore index 655d662..bcf596d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ # Ignore all logfiles and tempfiles. /log/*.log /tmp +dump.rdb # Ignore secret assets /lib/assets/* diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..ba2e58f --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: bundle exec sidekiq