Deployer 7 Use - deploy:publish & composer install #2707
Unanswered
jasperf
asked this question in
Help needed
Replies: 2 comments 10 replies
-
You can examine task by: |
Beta Was this translation helpful? Give feedback.
0 replies
-
@antonmedv I assume
|
Beta Was this translation helpful? Give feedback.
10 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Deploy Publish
What does
- deploy:publish
do in adeploy.yaml
file? I do not mind adding this to documentation later as well, but could not find it yet. Was considering usingbut may remove:
as I build packages locally and not need
node_modules
on the server per se.Composer Install
Other thing I wondered about is how
composer install
is run. In the olddeploy.php
we have this did runbut not sure how it is triggered in the
yaml
file. Could not find it inrecipe/laravel.php
Beta Was this translation helpful? Give feedback.
All reactions