-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add doc for AUR_PACKAGE_NAME env var
- Loading branch information
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ search: | |
These are normally configured in the repository environment variables. | ||
|
||
* `AUR_EDGE_GIT_URL`: The Git URL for AUR edge (normally `ddev-edge-bin`), for example `ssh://[email protected]/ddev-edge-bin.git`. | ||
* `AUR_PACKAGE_NAME`: The base name of the AUR package. Normally `ddev` for production, but `ddev-test` for testing repository. | ||
* `AUR_STABLE_GIT_URL`: The Git URL for AUR stable (normally `ddev-bin`), for example `ssh://[email protected]/ddev-bin.git`. | ||
* `DOCKERHUB_USERNAME`: Username for pushing to `hub.docker.com` or updating image descriptions. | ||
* `DOCKER_ORG`: the `hub.docker.org` organization to push to | ||
|