Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Cannot deploy due to branch restrictions

dmmartins December 10, 2018

When I try to deploy using bitbucket pipelines, the deploy button is disabled with a message 'Branch restrictions are preventing the deployment to staging'

 

I don't have any branch restriction in my settings neither in my bitbucket-pipeliens.yml file

 

pipelines:
  pull-requests:
    '**':
      - step:
          name: "Test"
          services:
            - docker
          script:
            - echo "All OK"
 
      - step:
          name: "Deploy Staging"
          trigger: manual
          deployment: staging
          services:
            - docker
          script:
            - build-app auth
            - deploy-app auth

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events