We are making all the changes on the staging environment then, using Courier, we are deploying the changes to live. In normal scenario it works fine.
Our client is using the Schedule publish a lot to publish the pages at certain time. and he wants to use the same process.
A page will be created in Staging and set to publish at 7 AM next day. That page will be published to Staging environment. But when this page is published we need some mechanism which will package the page and deploy the same on Live.
Kind of: on AFterPublish event, we will package the node and deploy to selected environment.
Unfortunately, I am not getting any Courier API help on how to package a specific umbraco page and deploy the same on the target site.
Can someone please suggest some way to achieve this.
To bypass U6.x publishing problem ( see some issue into tracker and forum ) , I'm building an external code to Umbraco that read SQL data and if "publishing at" field is filled and is ugual "datetime now ( round at minutes )", I publish page.
Courier Package & Deploy with Publishing
Hi All,
We have a Specific requirement from client.
We are making all the changes on the staging environment then, using Courier, we are deploying the changes to live. In normal scenario it works fine.
Our client is using the Schedule publish a lot to publish the pages at certain time. and he wants to use the same process.
A page will be created in Staging and set to publish at 7 AM next day. That page will be published to Staging environment. But when this page is published we need some mechanism which will package the page and deploy the same on Live.
Kind of: on AFterPublish event, we will package the node and deploy to selected environment.
Unfortunately, I am not getting any Courier API help on how to package a specific umbraco page and deploy the same on the target site.
Can someone please suggest some way to achieve this.
We are using Umbraco 6.1.6 & Courier 2.7.8.15 v6.
Regards,
Maulik
Hi,
To bypass U6.x publishing problem ( see some issue into tracker and forum ) , I'm building an external code to Umbraco that read SQL data and if "publishing at" field is filled and is ugual "datetime now ( round at minutes )", I publish page.
is working on a reply...