Glitch-Shrike/reload.sh

3 lines
196 B
Bash
Raw Normal View History

2024-09-27 23:18:26 +00:00
#! /bin/bash
sudo su - mastodon -c 'cd live && RAILS_ENV=production bundle exec rails tmp:cache:clear && RAILS_ENV=production bundle exec rails assets:precompile'
sudo systemctl restart mastodon-*