Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 6ab64d7

Browse files
authored
Update upgrade.sh
1 parent 8ca97d1 commit 6ab64d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ then
6363
cloudname="$cloudname_develop";
6464
apikey="$apikey_develop";
6565
apisecret="$apisecret_develop";
66-
RDB_HOST="RDB_HOST_DEVELOP";
67-
RDB_PORT="$RDB_PORT_PORT";
66+
RDB_HOST="$RDB_HOST_DEVELOP";
67+
RDB_PORT="$RDB_PORT_DEVELOP";
6868
}
6969
elif [ "$TRAVIS_BRANCH" = "staging" ]
7070
then

0 commit comments

Comments
 (0)