Skip to content

Commit

Permalink
Deployer: run composer using proper PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszGasior committed Jan 12, 2021
1 parent 5d0ac7c commit 1414ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.yaml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ server.hostname:
user: 'username'
bin/php: 'php'
bin/npm: 'npm'
bin/composer: '{{bin/php}} $(command -v composer)'
deploy_path: '/home/{{user}}/domains/{{domain}}'
public_dir: '{{deploy_path}}/public_html'
http_user: '{{user}}'

0 comments on commit 1414ddb

Please sign in to comment.