Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Multiple deploy targets
Wed, Apr 8 2020 4:21 AMPermanent Link

Matthew Jones

Just found I wasn't loading the right version of my code - the server was getting it from somewhere else. But my deploy target was set to the build directory. Would be nice to be able to have more than one target destination, and just have both/all updated on deploy.

MJ
Wed, Apr 8 2020 2:12 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< Just found I wasn't loading the right version of my code - the server was getting it from somewhere else. But my deploy target was set to the build directory. Would be nice to be able to have more than one target destination, and just have both/all updated on deploy. >>

I'm not quite sure what you're describing.  The deploy target is a location on the server, whereas the build directory is a local path.

Could you elaborate ?

Thanks,

Tim Young
Elevate Software
www.elevatesoft.com
Thu, Apr 9 2020 4:10 AMPermanent Link

Matthew Jones

Tim Young [Elevate Software] wrote:

> The deploy target is a location on the server, whereas the build directory is a local path.

In the Project Options, you have a Deploy tab. At least in EWB2 - I presume it is there in EWB3!
It says "Destination Path" in the copy method. It's just a file path to copy the files to, presumably a server destination but could be anywhere useful.
For me, it is a path to a local server. And a path to the build script file set. And it turns out, a path to the dockerfile content which is replacing the build set soon.

So rather than a single path to copy the files to, I actually have three paths I'd like it copied to.

Thus asking for a list of paths (could be semi-colon separated if need be), so it can make my life easier.
Thu, Apr 9 2020 2:20 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< In the Project Options, you have a Deploy tab. At least in EWB2 - I presume it is there in EWB3!  >>

Nope. In EWB 3, there is a deploy path setting on the Project menu where you can set the deployment path, and it is specific to the EWB Web Server deployment/ paths (there isn't an option for a straight file copy anymore).

If you need to do a copy deployment, you'll need to just skip the built-in deployment and grab the relevant files directly from the output path for the project.

Tim Young
Elevate Software
www.elevatesoft.com
Image