We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3bff7 commit e17e7d5Copy full SHA for e17e7d5
bin/scripts/deploy-je.sh
@@ -8,7 +8,7 @@ LOG_FILE="deploy_$TIMESTAMP.log"
8
if [ -z "$GITHUB_HEAD_REF" ] && [ "$GITHUB_REPOSITORY" == "Countly/countly-server" ]; then
9
GITHUB_BRANCH=${GITHUB_REF#refs/heads/}
10
echo "$GITHUB_BRANCH"
11
- if [ "$GITHUB_BRANCH" == "pipeline/stable-je-cb" ]; then
+ if [ "$GITHUB_BRANCH" == "next" ]; then
12
echo "$SSH_PRIVATE_KEY" > je-deploy-key
13
mkdir -p ~/.ssh
14
mv je-deploy-key ~/.ssh/id_rsa
0 commit comments