9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
|
#!/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
|