diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 871fdfb74..da83be78e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -17,7 +17,7 @@ pipelines: variables: SSH_USER: 'administrator' SERVER: '41.63.166.54' - COMMAND: 'export GDOS_VERSION=${BITBUCKET_COMMIT_SHORT};cd ${COMPOSE_FOLDER} ; docker-compose up -d gdsite' + COMMAND: 'export GDSITE_VERSION=${BITBUCKET_COMMIT_SHORT};cd ${COMPOSE_FOLDER} ; docker-compose up -d gdsite' options: docker: true \ No newline at end of file