From d631ca6c61dc8b19f2b7f09c04dd804f03ff7bf4 Mon Sep 17 00:00:00 2001 From: Evandre Da Silva Date: Thu, 2 Jun 2022 16:49:26 +0100 Subject: [PATCH] save --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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