Multi deploy
#2600
Replies: 1 comment 1 reply
-
hey @antonmedv, maybe you could help me |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
My needs:
I have one repo with 2 main folders: frontend and backend. On the backend there is a symfony application, while on the frontend there is only HTML and jQuery (for now). So I need to have 2 separate deploy tasks because I need to run some symfony tasks for the backend and some other for the frontend when I want to deploy the code.
I took some ideas from #1383, but I have to adapt them to the new version (7) because what I have coded is not producing what I want.
This is a piece of my
deploy.php
:but when I ran:
dep deploy:both
ordep deploy:frontend
ordep deploy:backend
deployer
always asks me:And whichever host I select (also if I select both) I can see the execution of the deploy tasks, for example something like this
but I don't find anything on my remote host and I don't have any kind of error. Why? What am I doing wrong?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions