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