From c2cbb96cfe2524acea775ed4b0a652656a33f80e Mon Sep 17 00:00:00 2001 From: technobaboo Date: Wed, 21 Jul 2021 16:45:31 -0500 Subject: [PATCH] Add deploy script --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 00000000..c42e9bfb --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +GIT_USER=$1 USE_SSH=true yarn deploy \ No newline at end of file