symfony icon indicating copy to clipboard operation
symfony copied to clipboard

Capistrano tasks for deploying the Symfony standard edition

Results 16 symfony issues
Sort by recently updated
recently updated
newest added

Hello, I don't know if i do somethings wrong but: When i have in my deploy.rb : ``` # Role filtering set :symfony_roles, :web ```` It's don't execute symfony task...

I want to deploy symfony4 app **from local(git) no github,** and before deploy the app to my ovh ssh server , **exculde** "**_vendor_**" and "**_var_**" folders ! How can i...

Hello, I'm on the 1.0.0rc3 release and I have a problem with the uploads symbolic link : Linked dirs config: `set :linked_dirs, fetch(:linked_dirs, []).push( 'vendor', fetch(:web_path) + "/uploads", fetch(:web_path) +...

Hi, I'm working against capistrano `3.8` with capistrano-symfony `1.0.0.rc2` and I'm receiving the following error when deploying to an application with more than one host configured: ![capistrano-symfony-invokes-task-multiple-times](https://cloud.githubusercontent.com/assets/1046961/23922442/4a8043c4-08fa-11e7-947a-e997e4496bbb.png) Due to the...

Hi there, I use ACL to set permissions on certain directories upon deployment. Here's the part of `deploy.rb`: ``` set :linked_files, ['app/config/parameters.yml'] set :linked_dirs, ["app/logs", "web/uploads"] set :permission_method, :acl set...

I have a staging server that I use to test my application. The issue is if I try setting `:symfony_env, "dev"` I get the following error during the `composer install`...