provision:website root instead of deployer #3132
Unanswered
zvxas
asked this question in
Help needed
Replies: 5 comments
|
This is strange. Yes, website should be done via deployer user. Can you show output of dep config command? |
0 replies
This comment was marked as disruptive content.
This comment was marked as disruptive content.
|
task provision:website |
0 replies
|
line 72 in website.php looks like this: not sure why, but that could be the issue ? |
0 replies
|
The problem is: why deploy path is /root/test |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem with "provision:website" task, remote_user gets set to deployer:
set('remote_user', 'deployer');but $publicPath is still /root/test. Caddyfile gets put to /root/test/Caddyfile, caddy can't read that file and it fails to restart.
In deploy.php I set "deploy_path" to "~/test".
Setting deploy_path to "/home/deploy/test" instead everything works fine.
What's the expected behaviour? I suppose everything should be done through deployer, NOT root?
All reactions