From d6391ac7881d005e32a5797d8a0a64a0af9f3c55 Mon Sep 17 00:00:00 2001 From: Evandre Silva Date: Thu, 16 Jun 2022 08:41:59 +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 8c126ba0a..5e9527e91 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -18,7 +18,7 @@ pipelines: - docker push $IMAGE_NAME - step: name: 'Deploy on server' - deployment: dev + deployment: test script: - echo "Starting deploy..." - export BITBUCKET_COMMIT_SHORT=$(echo $BITBUCKET_COMMIT| cut -c1-7)