From 57ce1fc96c5b77a059e2c6f35eaa2f844496e040 Mon Sep 17 00:00:00 2001 From: Evandre Silva Date: Wed, 29 Jun 2022 13:05:44 +0000 Subject: [PATCH] Initial Bitbucket Deployments configuration --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index adb4482fe..67d9cd376 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -29,4 +29,4 @@ pipelines: COMMAND: 'export GDSITE_VERSION=${BITBUCKET_COMMIT_SHORT};cd ${COMPOSE_FOLDER} ; docker-compose up -d gdsite' options: - docker: true + docker: true \ No newline at end of file