Skip to content

Commit e17e7d5

Browse files
authored
Update deploy-je.sh
1 parent 1e3bff7 commit e17e7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/scripts/deploy-je.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LOG_FILE="deploy_$TIMESTAMP.log"
88
if [ -z "$GITHUB_HEAD_REF" ] && [ "$GITHUB_REPOSITORY" == "Countly/countly-server" ]; then
99
GITHUB_BRANCH=${GITHUB_REF#refs/heads/}
1010
echo "$GITHUB_BRANCH"
11-
if [ "$GITHUB_BRANCH" == "pipeline/stable-je-cb" ]; then
11+
if [ "$GITHUB_BRANCH" == "next" ]; then
1212
echo "$SSH_PRIVATE_KEY" > je-deploy-key
1313
mkdir -p ~/.ssh
1414
mv je-deploy-key ~/.ssh/id_rsa

0 commit comments

Comments
 (0)