Major changes in deploy script
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
toUpperCase() {
|
||||
echo "$*" | tr '[:lower:]' '[:upper:]';
|
||||
}
|
||||
GIT_REPO=$GIT_REPO
|
||||
ORGANIZATION=$ORGANIZATION
|
||||
|
||||
if [ "$ORGANIZATION" == "" ]; then
|
||||
ORGANIZATION=format
|
||||
fi
|
||||
|
||||
PUBLIC_PROXY=$(toUpperCase $PUBLIC_PROXY)
|
||||
SMARTHOST_PROXY=$(toUpperCase $SMARTHOST_PROXY)
|
||||
GIT_REPOSITORY=$GIT_REPOSITORY
|
||||
HOST=$HOST
|
||||
PORT=$PORT
|
||||
|
Reference in New Issue
Block a user