Skip to main content

Associating Tags with Linked Records

For users that wish to take advantage of zero downtime deployments for public facing services, a linked record type can be associated with a deployment tag.

Before this association can take place a few things need to be created:

  1. A deployment must exist.
  2. A tag must exist on that deployment for the record to associate with.
Create Tag Quick Guide

In this example image, two different deployments with two different tags are shown. There are also already linked records associated with them under the domain column.

example deployment

Starting from scratch, using a single container for the demonstration this next image shows the new deployment v1.1.1-demo, but the tag is not yet created.

deployment new

To add the tag to the deployment, open tag create using the + button. Enter a tag and submit.

Create TagNew Tag Showing on Dashboard
add a tagtag created

Creating the Record

To create the record, you'll create a linked record and when filling in the create form select Link To Deployment, then select the tag you'd like to associate the record with.

The record will now follow that tag as long as you move the tag to a deployment that has a container with the existing container name you entered in the form. Without the container name being the same, Cycle would not know which container in the deployment to point the record to.

Associate Linked Record