Merge pull request #6230 from Ocelot-Social-Community/deployment-fix-typo

fix(other): deployment fix typo, update stage.ocelot.social reference
This commit is contained in:
Ulf Gebhardt 2023-04-20 14:21:53 +02:00 committed by GitHub
commit 9304446cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,6 @@ echo "Using DOCKERHUB_BRAND_VARRIANT=${DOCKERHUB_BRAND_VARRIANT}"
# configuration
DOCKERHUB_ORGANISATION=${DOCKERHUB_ORGANISATION:-"ocelotsocialnetwork"}
=${DOCKERHUB_BRAND_VARRIANT:-"stage-ocelot-social"}
OCELOT_VERSION=${OCELOT_VERSION:-$(node -p -e "require('${SCRIPT_DIR}/../../package.json').version")}
OCELOT_GITHUB_RUN_NUMBER=${OCELOT_GITHUB_RUN_NUMBER:-master}
OCELOT_VERSION_BUILD=${OCELOT_VERSION_BUILD:-${OCELOT_VERSION}-${OCELOT_GITHUB_RUN_NUMBER}}