arundo/Deploy .NET 5.0 Project
This builds, creates and saves a docker image and deploys a .NET project that follows specific conventions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| deployment | Typically the repo name but not required to be, used as the stem for both the Docker image name and Kubernetes deployment | yes | — |
| environment-tag | Tag for the docker image, usually environment | yes | — |
| kube-config | KUBE_CONFIG, encoded in base64 | yes | — |
| namespace | Namespace within the Kubernetes cluster | yes | marathon |
| nuget-read-token | Read-only nuget token, called PACKAGE_READ_GITHUB_TOKEN in Arundo | yes | — |
| project | Name of project, MUST be both .csproj filename and AssemblyName property in that file) | yes | — |
| project-path | Relative path to parent of project, starting from directory in which solution is located | yes | src |
| registry | DOCKER_REGISTRY_SERVER in Arundo | yes | — |
| registry-password | DOCKER_REGISTRY_PASSWORD in Arundo | yes | — |
| registry-username | DOCKER_REGISTRY_USERNAME in Arundo | yes | — |
Outputs
no outputs