Building locally and then pushing to remote host #2828
-
Im trying to setup deployer 7.* but ran into a problem. I want to build locally and then deploy the files to a remote host.
But version 7 has removed local() function, and i can't figure out a way to invoke tasks locally. I want to setup a similar CI pipeline as mentioned in this article https://dev.to/jszutkowski/how-to-automate-deploys-with-gitlab-ci-cd-and-deployer-28pb but on version 7. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi this page https://deployer.org/docs/7.x/UPGRADE suggests
|
Beta Was this translation helpful? Give feedback.
-
I have it done this way.
]); Then running this command for deploying on testing:
Or on production:
|
Beta Was this translation helpful? Give feedback.
Hi
this page https://deployer.org/docs/7.x/UPGRADE suggests