Skip to content

Commit

Permalink
Added develop prefix to update-dev type of deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eeonevision committed May 10, 2018
1 parent aa505aa commit f6054d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/DOCKER/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ elif [ "$type" = "update" ]; then
elif [ "$type" = "update-dev" ]; then
clean
echo "[DEVELOP] Starting Leadschain node..."
curl -L -O https://github.com/leadschain/leadschain/raw/develop/deploy/DOCKER/leadschain.yaml && \
curl -L -O https://github.com/leadschain/leadschain/raw/develop/deploy/DOCKER/leadschain-develop.yaml && \
docker-compose -f leadschain-develop.yaml up
fi

0 comments on commit f6054d9

Please sign in to comment.