Building locally and then pushing to remote host #2828
Answered
by
russellfeeed
martynas-developer
asked this question in
Help needed
|
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. |
Answered by
russellfeeed
Dec 10, 2021
Replies: 2 comments 9 replies
|
Hi this page https://deployer.org/docs/7.x/UPGRADE suggests
|
8 replies
Answer selected by
antonmedv
|
I have it done this way. ]); Then running this command for deploying on testing: Or on production: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
this page https://deployer.org/docs/7.x/UPGRADE suggests