This commit is contained in:
2026-02-28 20:25:19 -06:00
parent 51766a0a5b
commit 675595b248
3 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
# needs this in order to push to the registry
- name: Validate Registry
run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login git.vxbard.net \

View File

@@ -22,6 +22,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
# needs this in order to push to the registry
- name: Validate Registry
run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login git.vxbard.net \

View File

@@ -30,6 +30,8 @@ if (app.Environment.IsDevelopment())
app.UseHttpsRedirection();
// below is a placeholder endpoint
var summaries = new[]
{
"Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching"