Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Jan 3, 2024
1 parent d4605f1 commit c01100e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c01100e

Please sign in to comment.