Skip to content

Commit

Permalink
ci: runs-on self-hosted로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sjy982 committed Nov 20, 2023
1 parent c6a945d commit 89d48b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BackEnd_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 89d48b0

Please sign in to comment.