From 0a7a7c2dc429516dc7ca2cfe4b2adc7400e8ea14 Mon Sep 17 00:00:00 2001 From: Tommaso Barbato Date: Fri, 2 Aug 2024 16:38:57 +0200 Subject: [PATCH] Repopulate Redis upon deploy --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 45b3ea0..f5bcfde 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,4 +37,5 @@ jobs: git reset --hard @{upstream} && \ git clean -d --force && \ bundle install && \ - sudo systemctl restart rubies" + sudo systemctl restart rubies && \ + bundle exec rake redis"