Skip to content

Commit

Permalink
Repopulate Redis upon deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
epistrephein committed Aug 2, 2024
1 parent 3a3d9ec commit 0a7a7c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0a7a7c2

Please sign in to comment.