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: