Fix after test on test-repo
This commit is contained in:
18
README.md
18
README.md
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user