mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
7 lines
113 B
Bash
7 lines
113 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
env|grep -i MYSQL
|
||
|
cd /var/www
|
||
|
bundle exec rake assets:precompile
|
||
|
bundle exec puma -C config/puma.rb
|