You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is NOT a Capistrano issue. But since everything used to work fine in staging before implementing scm-gitcopy into production I will post it here.
Originally came from xuwupeng2000/capistrano-scm-gitcopy#33.
I'm not sure if this is NOT a Capistrano issue. But since everything used to work fine in staging before implementing scm-gitcopy into production I will post it here.
In my
deploy.rb
my application symbol is set to:I always regarded
application
asApp name
.When I run
cap production deploy
everything works fine so far. All paths are used correctly based on thedeploy_to
symbol.But then, when Composer is supposed to run, the path suddenly changes to
/var/www/Semcoglas
<- name of the:application
symbol.Of course I get a _Could not open file: /var/www/Semcoglas/shared/composer.phar_ error.
I tried without defining
:application
and indeed the wrong path will become/var/www/shared/...
.Any idea what is happening here?
The text was updated successfully, but these errors were encountered: