-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
action-deploy-wordpress/deploy.php
Line 170 in 04f6302
| $output = run( 'chown -R www-data:www-data {{deploy_path}}' ); |
This tries to
chown files to www-data but that user is not the user I need with my web host. I would like the ability to chown to a different user. In my case, the user specified in the hosts.yml would work fine, but being able to provide the user as an environment variable to the GitHub Action or define the chown user in the hosts.yml file would be nice.Metadata
Metadata
Assignees
Labels
No labels