Add deployment script for beta

pull/1/head
Nelson Jovel 4 years ago
parent 2c4e76a3d1
commit a02d8c5c59

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