Skip to content

CI is not showing the latest build via HTML previews #607

@mmcky

Description

@mmcky

Our ci.yml netlify upgrade in #599 is not showing the latest html on the links deploy-preview-{{ pr number }}. Perhaps this is reserved by netlify to do their own deploy-preview mechanism.

Here are the command options we are currently using:

              --context deploy-preview \
              --alias deploy-preview-${{ github.event.pull_request.number }} \

perhaps we should change our naming structure from deploy-preview to pr-${{ github.event.pull_request.number }} to ensure we don't overlap with netlify mechanisms. I looked at the netlify log and it says:

10:52:03 AM: Using a branch name that starts with `deploy-preview-` can result in unexpected behavior

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions