Questions tagged [php-deployer]

A deployment tool written in PHP with support for popular frameworks out of the box.

Deployer Features

  • Fast : Deployer is packed with time-saving features and optimisations, best for performance and development.
  • Modular : Create your own deployment script based on our modular blocks called "recipes".
  • Clean code : Deployer has a very clean and well tested code. The repository is watched by many code quality tools, and every pull request is also checked by QA tools.
  • Rollbacks : If something is wrong, a simple rollback to the previous release is possible.
  • Atomic : deploys Prepare codebase, warm cache, do other stuff, and then deploy them with symlinks!
  • Parallel :tasks Deployer can run tasks in parallel, no other extension is required!
  • Consistency: Deployer keeps consistency between servers, even in parallel mode! If one task fails, subsequent tasks will not be executed on all servers.

Website

99 questions
0
votes
1 answer

Symfony Apache and Deployer - modify assets location from under Symfony Web directory to another filesystem location

Symfony 2.8 Apache 2.4 Deployer 3.3 Apache user: www-data Currently the assets directory where images get uploaded is under the Symfony web directory: /var/www/html/project/current/web/assets/items. When I deploy new versions using Deployer I have…
John the Ripper
  • 2,389
  • 4
  • 35
  • 61
0
votes
1 answer

fsockopen(): unable to connect to unix

I'm trying to make automatic website source deployment via Deployer & SSH connect, but in built in deployer script there's connection using fsockopen() function and unix socket, and i always get following error: Warning: fsockopen(): unable to…
kxc
  • 1,357
  • 2
  • 16
  • 39
-1
votes
1 answer

How to unlimit PHP Deployer composer memory?

I am running PHP deployer for a magento application from a docker-compose. The apache is inside a container and there is a memory limit for php. I have control on the Dockerfile, if needed. Currently my issue is that when I run dep deploy it…
justadev
  • 1,168
  • 1
  • 17
  • 32
-1
votes
1 answer

PHP deployer - task deploy:unlock throws RuntimeException

I use the deployer bundle https://deployer.org/ with an symfony4 receipe to deploy my symfony5 app to an Centos Server from uberspace via SSH. My deploy.php looks like this:
goldlife
  • 1,949
  • 3
  • 29
  • 48
-1
votes
1 answer

How do I set up Deployer to sync only specified folders from localhost to production?

I have a localhost Laravel project I want to deploy with Deployer. Currently I do it manually using an FTP tool and only sync the app, resources folders and seems to work just fine. I want to use Deployer or some other tool I can run from terminal…
orbitory
  • 1,090
  • 5
  • 16
  • 40
-1
votes
1 answer

PHPDeployer: set variable for local task based on host?

I have deployer running as part of a GitHub Action pipeline. I wanted to have the pipeline run the NPM build for me and copy it up as part of the deploy rather than having deployer using npm dev dependencies on the server. For core and stage sites I…
c17r
  • 143
  • 12
-1
votes
1 answer

Symfony 3 form not persisting to database

i am currently building subscription form with symfony 3 and all works like it should in development environment. Once i deploy it to production, all works fine at the beginning - data is pushed to database just like it should for the first…
Sky21.86
  • 627
  • 2
  • 9
  • 26
-2
votes
1 answer

Writng an interface to import data from one storage system to an other

Please can someone help me with the following problem. The problem is "I need to to write an interface to import data stored in various "storage systems", like Google Docs, MySQL DB and export them to my storage system. My storage system is not…
Cliff
  • 472
  • 1
  • 5
  • 13
-7
votes
1 answer

How to display like this format in PHP

i want to display my data like this format, please any one help me, Please please Name : Richard Duration : 22nd - 27th August 2016 Event : MS Project Previous Event Details : S/N | Event | Duration ----- | ------------- …
Arul Satt
  • 1
  • 3
1 2 3 4 5 6
7