Skip to content

Commit

Permalink
chore: 러너 태그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
3Juhwan committed Feb 8, 2025
1 parent 4fed4ca commit e0a7f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
deploy:
runs-on: [ self-hosted, "test-server" ]
runs-on: [ self-hosted, "dev" ]
environment: develop

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
deploy:
runs-on: [ self-hosted, "prod-server" ]
runs-on: [ self-hosted, "prod" ]
environment: production

defaults:
Expand Down

0 comments on commit e0a7f76

Please sign in to comment.