Skip to content

Commit

Permalink
chore: change deployment environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 14, 2023
1 parent 677e406 commit 195bddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eoefans-api-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

runs-on: [self-hosted, Linux]
environment:
name: 'Production'
name: 'Production-API'
# url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eoefans-spider-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

runs-on: [self-hosted, Linux]
environment:
name: 'Production'
name: 'Production-SPIDER'
# url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
Expand Down

0 comments on commit 195bddf

Please sign in to comment.