language: php php: 7 sudo: true branches: only: - source cache: directories: - $HOME/.composer/cache before_install: - openssl aes-256-cbc -K $encrypted_01701315b81b_key -iv $encrypted_01701315b81b_iv -in deploy_key.enc -out deploy_key -d - chmod 600 deploy_key - eval `ssh-agent -s` - ssh-add deploy_key - npm install - composer install --prefer-dist --no-dev script: ./publish.sh env: global: - ENCRYPTION_LABEL: 01701315b81b - COMMIT_AUTHOR_EMAIL: "oliver@oliverdavies.uk"