Skip to content

Commit

Permalink
fix : githubb actions directory 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
phjppo0918 committed Jan 18, 2023
1 parent 61fd1e8 commit a5d4c3c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
- "dev"
- "develop"

defaults:
run:
shell: bash
working-directory: ./k8s

jobs:
build-back-docker-img:
uses: ./.github/workflows/build-back-docker-img.yml
Expand Down Expand Up @@ -42,4 +37,4 @@ jobs:

# - uses: actions-hub/kubectl@master
with:
args: apply -k ./frontend
args: apply -k ./k8s/frontend

0 comments on commit a5d4c3c

Please sign in to comment.