feat/001/navbar-restore
Ruby Tartakovsky 2024-10-01 01:14:29 +00:00
parent f729c8ee71
commit e1c224da0a
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/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 su - mastodon -c 'cd live && RAILS_ENV=development bundle exec rails tmp:cache:clear && RAILS_ENV=development bundle exec rails assets:precompile'
sudo systemctl restart mastodon-* sudo systemctl restart mastodon-*