-
Notifications
You must be signed in to change notification settings - Fork 62
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!
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.
- Home
- Installation
- Domain Object Model
- API
- Design
- Localization and translations
- Architecture
-
Testing guide
- API testing (TBD)
- Frontend testing
- E2E testing (TBD)
- Deployment
- Debugging