The process is super simple. Just run:
source ./build.sh
It will create a new tarball. Just upload it to https://drive.google.com/drive/u/0/folders/1jjFQA6aGNuOeEhg0JaUDC7mKbDWa5J-X
Complete guide is online
docker-compose -f <product-repo-path>/dc_op/bitbucket/docker-compose.yml up -d --remove-orphans || true
docker run --rm -it \
-v '/var/run/docker.sock:/var/run/docker.sock' \
-v $PWD:$PWD \
-w $PWD \
--env HOST_IP \
--env "BIT_BUCKET_SERVER_OAUTH_PRIVATE_KEY=$(cat <product-repo-path>/dc_op/bitbucket/deepcode.pem)" \
--env-file <product-repo-path>/dc_op/bitbucket/local.env \
--name deepcode \
deepcode
docker-compose -f <product-repo-path>/dc_op/gitlab/docker-compose.yml up -d --remove-orphans || true
docker run --rm -it \
-v '/var/run/docker.sock:/var/run/docker.sock' \
-v $PWD:$PWD \
-w $PWD \
--env HOST_IP \
--env-file <product-repo-path>/dc_op/gitlab/local.env \
--name deepcode \
deepcode