Gab-Social/gs-deploy-develop
2019-07-02 03:10:25 -04:00

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