Add deployment script for beta

This commit is contained in:
Nelson Jovel 2022-05-10 14:53:07 -07:00
parent 2c4e76a3d1
commit a02d8c5c59

7
scripts/ship-beta.sh Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env sh
set -eux
git rev-parse --show-toplevel
bundle exec rake && yarn test && git push beta