Skip to content

Commit

Permalink
chore: backend cd job 오류 수정
Browse files Browse the repository at this point in the history
Co-authored-by: coli-geonwoo <[email protected]>
  • Loading branch information
eun-byeol and coli-geonwoo committed Jul 19, 2024
1 parent 109f624 commit 3954941
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backend-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
# paths:
# - backend/**

defaults:
run:
working-directory: backend

env:
DOCKERHUB_REPOSITORY: ody-official

Expand All @@ -24,6 +20,10 @@ jobs:
permissions:
contents: read

defaults:
run:
working-directory: backend

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3954941

Please sign in to comment.