# This is a sample build configuration for PHP. # Check our guides at https://confluence.atlassian.com/x/e8YWN for more examples. # Only use spaces to indent your .yml configuration. # ----- # You can specify a custom docker image from Docker Hub as your build environment. image: php:7.2.6 pipelines: branches: master: - step: caches: - composer script: - apt-get update && apt-get install -y unzip libmcrypt-dev openssh-client - ssh dev@domain.com -p 22 'bash -s' < ci/deploy.sh