Skip to content

Feature Branch Deployment

Bacluc edited this page Nov 11, 2025 · 2 revisions

A PR can be deployed to a feature branch by attaching the label deploy!

Cleanup of feature branches

After the label deploy has been removed or the PR is merged or closed, the feature branch deployment, the github deployment and the github environment are cleaned up by the Deployment PR cleanup workflow.
This workflow (and the deployment workflows) need a REPO_ACCESS_TOKEN.
This token needs the following permissions on the ecamp3 repository:

  • administration: read-write
  • deployments: read-write
  • environments: read-write

The Personal Access Token user must be organisation admin, thus we cannot use the campbot user.

Clone this wiki locally