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