Skip to content

Commit

Permalink
docs: cicd 문서 수정
Browse files Browse the repository at this point in the history
- 워킹 디렉토리 제거
  • Loading branch information
yonghwankim-dev committed Nov 6, 2023
1 parent a23f08e commit 585175e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci-cd

on:
push:
branches: [ be/infra/#51-cicd, dev ]
branches: [ dev-cicd, dev ]

permissions:
contents: read
Expand All @@ -20,7 +20,6 @@ jobs:
defaults:
run:
shell: bash
working-directory: ./fineAnts_app # 작업 디렉토리 설정

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 585175e

Please sign in to comment.