# This is a sample build configuration for CakePHP >=3.5 + Heroku # Official Bitbucket Pipeline documentation: https://confluence.atlassian.com/x/e8YWN # Only use spaces to indent .yml configuration. # ----- image: edbizarro/bitbucket-pipelines-php7 pipelines: branches: master: - step: caches: - composer script: - composer install --no-interaction --no-progress --prefer-dist - composer test - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD