From 16b5c666253085491b9f6798aaac858b7b656645 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 26 Feb 2021 08:42:14 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index de0471e..9bd1be0 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -29,13 +29,4 @@ pipelines: caches: - docker artifacts: - - "*.tar" - - step: - name: Deploy to Production - deployment: Production - script: - - echo ${DOCKERHUB_PASSWORD} | docker login --username "$DOCKERHUB_USERNAME" --password-stdin - - IMAGE_NAME=$BITBUCKET_REPO_SLUG - - docker push "gmgauthier/${IMAGE_NAME}:latest" - services: - - docker + - "*.tar" \ No newline at end of file