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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
deploymentTypically the repo name but not required to be, used as the stem for both the Docker image name and Kubernetes deploymentyes
environment-tagTag for the docker image, usually environmentyes
kube-configKUBE_CONFIG, encoded in base64yes
namespaceNamespace within the Kubernetes clusteryesmarathon
nuget-read-tokenRead-only nuget token, called PACKAGE_READ_GITHUB_TOKEN in Arundoyes
projectName of project, MUST be both .csproj filename and AssemblyName property in that file)yes
project-pathRelative path to parent of project, starting from directory in which solution is locatedyessrc
registryDOCKER_REGISTRY_SERVER in Arundoyes
registry-passwordDOCKER_REGISTRY_PASSWORD in Arundoyes
registry-usernameDOCKER_REGISTRY_USERNAME in Arundoyes

no outputs