Skip to content

Commit

Permalink
fix(workflows): FE CD의 build 환경 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
vi-wolhwa committed Sep 25, 2024
1 parent 607f79e commit 4b47efe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/frontend_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on:
- self-hosted
- spring
- develop
env:
frontend-directory: ./frontend
steps:
Expand Down

0 comments on commit 4b47efe

Please sign in to comment.