Gab-Social/gs-deploy-develop

9 lines
179 B
Plaintext
Raw Normal View History

2019-07-02 07:10:25 +00:00
#!/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