mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Add deployment script for beta
This commit is contained in:
parent
2c4e76a3d1
commit
a02d8c5c59
1 changed files with 7 additions and 0 deletions
7
scripts/ship-beta.sh
Normal file
7
scripts/ship-beta.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
set -eux
|
||||
|
||||
git rev-parse --show-toplevel
|
||||
|
||||
bundle exec rake && yarn test && git push beta
|
||||
Loading…
Add table
Add a link
Reference in a new issue