From a02d8c5c590f968729a9bce92f8de93d2f856b4c Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Tue, 10 May 2022 14:53:07 -0700 Subject: [PATCH] Add deployment script for beta --- scripts/ship-beta.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/ship-beta.sh diff --git a/scripts/ship-beta.sh b/scripts/ship-beta.sh new file mode 100644 index 00000000..0c46a077 --- /dev/null +++ b/scripts/ship-beta.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +set -eux + +git rev-parse --show-toplevel + +bundle exec rake && yarn test && git push beta