From c01100ec47ac09a6074d273a81967fe227d66108 Mon Sep 17 00:00:00 2001 From: Paul Welter Date: Tue, 2 Jan 2024 20:14:56 -0600 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index aaeaf63..a43998e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -66,13 +66,13 @@ jobs: path: '${{env.BUILD_PATH}}/Database' - deploy-development: + deploy-staging: runs-on: ubuntu-latest needs: build-project if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') environment: - name: development + name: Staging url: https://staging.instructoriq.com/ steps: @@ -110,7 +110,7 @@ jobs: if: success() && github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') environment: - name: production + name: Production url: https://instructoriq.com/ steps: