diff --git a/bin/deploy b/bin/deploy index 2953d78..6797268 100755 --- a/bin/deploy +++ b/bin/deploy @@ -18,8 +18,6 @@ while [[ $# > 0 ]]; do exit 0 ;; -u|--user) - SRC_BRANCH="source" - DEPLOY_BRANCH="master" ;; -s|--src) SRC_BRANCH="$2"