php-deployer Questions
5
Solved
I'm experimenting with Deployer to deploy Laravel application into shared hosting (using laravel recipe) from my local ~/Code/project_foo.
The point is that when I'm connected to my shared hosting...
Chanellechaney asked 1/3, 2018 at 12:15
2
Solved
What I'm trying to achieve is, to reload php7.2-fpm service via php-deployer. According to php-deployer's documentation, it can be done like the code below:
task('reload:php-fpm', function () {
ru...
Unexceptional asked 22/10, 2018 at 12:45
1
Solved
I am successfully connecting to the server via cmd , but I get error after send command of deploy
error getsockname failed: Not a socket
Running command in cmd from project directory
call vendor/bi...
Dorita asked 4/8, 2020 at 9:37
3
I created a fresh Digital Ocean server with Docker on it (using Laradock) and got my Laravel website working well.
Now I want to automate my deployments using Deployer.
I think my only problem is...
Otterburn asked 10/7, 2018 at 22:0
1
Solved
I am using PHP deployer 6.6.0 to deploy Laravel based websites.
Every time I deploy it creates a new release. Currently, I have more than 10 releases and it's eating up a lot of disk space.
I don't...
Edaedacious asked 11/12, 2019 at 3:22
1
Solved
After I deploy by command to my server:
bin/dep deploy
In "releases" folder I have folders named liked 1, 2, 3, ...
How can I change it to timestamp, so after deploy command I'll get something ...
Chong asked 17/1, 2018 at 8:19
1
© 2022 - 2024 — McMap. All rights reserved.