Skip to main content

Management / Deployment

The Deployment page provides tools to:

  • Upload a new revision of the Comet project.
  • Adhoc testing
  • View the deployment timeline (including project revisions and configuration changes).
  • Download a specific revision or its metadata.
  • Deploy a revision to staging or production environments.

Uploading a New Comet Project Revision

  1. Open the Deployment Page
    Click Upload Revision to start the upload process.

    Deployment page

  2. Select Your Project Archive

    • Click Select File to open a file picker, or
    • Drag and drop a ZIP archive containing your latest project into the upload area.

    Upload a new Revision

    Learn more about the expected ZIP archive structure here.

  3. (Optional) Add a Commit Message
    Enter a commit message for easier identification in the deployment timeline.

  4. Upload and Validate
    Click Upload. The archive will be uploaded and validated in the background.
    Common validation issues include:

    • Incorrect directory structure.
    • Special characters or invalid filename encoding.

    Background upload process

  5. Confirm Upload Completion
    Once successful, a confirmation message will appear.
    Refresh the deployment timeline to see your new revision.

    Upload successful


Adhoc testing

This feature allows user can to test their changes in comet projects before committing them to GIT or Management app repository.

Click Adhoc Test button to open the view that allow you to upload project.

Adhoc testing main

In the upload view, you can choose a zip file for uploading

Adhoc testing main

After the file has been uploaded, select profile or test cases to run

Adhoc testing main

Click Run Test to start running

Adhoc testing main

The process will be run in the background, after finish, a popup will show to redirect user to Rendered Tests view to see the result

Adhoc testing main Adhoc testing main


Deploying to priint:cloud Rendering Service

The Deployment Timeline displays all available revisions, originating from either:

  1. Uploaded Comet projects.
  2. Integration configuration changes.

To deploy a revision:

  1. Locate the desired revision in the timeline.

    Deployment Timeline

  2. Select the target environment: Acceptance/Staging or Production.

    warning

    Only deploy to production after verifying and testing on staging.

    Deploy button

  3. Click Deploy.


Running a Rendering Test After Deployment

If the revision contains a jobs folder with test cases:

  1. Select a test case from the deployment dialog.

  2. Choose a configuration profile from the profile dropdown.

    Run Test in Deployment Dialog

  3. Execute the rendering test.

  4. After rendering, a popup will appear, allowing you to navigate to Rendered Tests to review the generated document and its artifacts.


Downloading a Project Revision

  1. In the Deployment Timeline, locate the desired revision.

  2. Click Download to retrieve either:

    • The full project archive.
    • Project metadata.

    Download button

Project Metadata Contents

When downloading metadata, you can view detailed information about all project components, including:

  • List of configuration profiles.
  • List of templates.
  • List of page templates (including width and height values).
  • List of document templates.
  • List of font information.
  • List of export profiles (linked to renderpdf-config).
  • List of static assets.
  • List of document build workflows (linked to renderpdf-config).

Project manifest