# 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: node:12.22-buster

#pipelines:
#  branches:
#    develop:
#    - parallel:
#        - step:
#            name: Deployment
#            caches:
#              - node
#            script:
#              - apt-get update && apt-get install -y unzip 
#              - apt-get install -y openssh-client
#              - ssh CF-PREPROD@$IP_PREPROD 'bash -s' < RUN-PREPROD.sh 
             
    # 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:
         # - echo "Your deployment to staging script goes here..."
    #- step:
     #   name: 'Deployment to Production'
      #  deployment: production
       # trigger: 'manual'
        #script:
         # - echo "Your deployment to production script goes here..."
