# This is an example Starter pipeline configuration # Use a skeleton to build, test and deploy using manual and parallel steps # ----- # You can specify a custom docker image from Docker Hub as your build environment. image: atlassian/default-image:3 pipelines: branches: dev: # The following deployment steps will be executed for each pipeline run. To configure your steps and conditionally deploy see https://support.atlassian.com/bitbucket-cloud/docs/configure-bitbucket-pipelinesyml/ - step: name: 'Deployment to Staging' deployment: staging script: - pipe: atlassian/ssh-run:0.2.2 variables: SSH_USER: $USER SERVER: $SERVER #REMOTE_PATH: '/home/rhelpers/domains/crm.rhelpers.com/public_html' #LOCAL_PATH: '${BITBUCKET_CLONE_DIR}' COMMAND: 'source ./deploy.sh'