gab-social/gs-deploy-develop

9 lines
179 B
Bash
Executable File

#!/bin/bash
# Update code and update public/src/gab-social.zip
git pull origin develop
./gs-export
# Do the thing with the thing
bin/rails db:migrate
bin/rails assets:precompile