Fix after test on test-repo

This commit is contained in:
2026-01-28 13:37:01 +01:00
parent f332d62f8a
commit cc3a4e1bde
3 changed files with 103 additions and 63 deletions

View File

@@ -24,12 +24,11 @@ It is designed to be **forked and reused** as a starting point for real-world de
│ └── workflows/
│ └── ci.yml
├── assets/
│ ├── scripts/
│ └── styles/
├── docker/
│ ├── default.conf.template
│ └── nginx.conf
├── src/
│ ├── css/
│ └── js/
├── Dockerfile
├── index.html
└── README.md
@@ -94,12 +93,13 @@ Used by:
The following secrets and variables **must be setup** inside the destination repository.
### Variables
| Variable | Description |
| ------------------- | --------------------------------------------------- |
| `IMAGE_NAME` | Name of the docker image (built and deployed) |
| `REGISTRY_LOCATION` | Location of the image registery |
| `PORT` | Port on which the site will be exposed on |
| `TEST_PORT` | Port on which the test container will be exposed on |
| Variable | Description |
| ----------------------- | --------------------------------------------------- |
| `IMAGE_NAME` | Name of the docker image (built and deployed) |
| `REGISTRY_LOCATION` | Location of the image registery |
| `REGISTRY_ORGANIZATION` | Name of the organisation in the image registery |
| `PORT` | Port on which the site will be exposed on |
| `TEST_PORT` | Port on which the test container will be exposed on |
### Secrets
| Secrets | Description |