I think I have seen this, but I'm not sure anymore. Is it possible to deploy in courier to a zip file, then take the zip file and upload it into the target website? As in an scenario where you don't have the chance to conect directly the development environment and the productive environment.
This can be done by changing your courier.config settinggs to use Network Share repository provider. We transfer our revsions to a local folder on one webserver, zip it up, transfer it to the other webserver on a different network (in a folder set up as a network share repo provider in the destination site), unzip it, import it into courier and install.
Deploy revision to Zip file
Hi
I think I have seen this, but I'm not sure anymore.
Is it possible to deploy in courier to a zip file, then take the zip file and upload it into the target website?
As in an scenario where you don't have the chance to conect directly the development environment and the productive environment.
Regards
Vlad
Hi,
This can be done by changing your courier.config settinggs to use Network Share repository provider. We transfer our revsions to a local folder on one webserver, zip it up, transfer it to the other webserver on a different network (in a folder set up as a network share repo provider in the destination site), unzip it, import it into courier and install.
More info on Network Share repository providers can be found here: https://github.com/umbraco/Courier/blob/master/Documentation/Architecture/RepositoryProviders.md#network-share
Hope this helps!
is working on a reply...