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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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:bothordep deploy:frontendordep deploy:backenddeployeralways 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
All reactions