Skip to content

Commit 9627a1f

Browse files
committed
24.10.29 authguard 수정 및 CI/CD
1 parent c43baf6 commit 9627a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: cp appspec/appspec-dev.yml appspec.yml
5050

5151
- name: copy scripts
52-
run: cp dev-scripts/after-deploy.sh scripts/after-deploy.sh
52+
run: mkdir -p scripts && cp dev-scripts/after-deploy.sh scripts/after-deploy.sh
5353

5454
- name: build server files
5555
working-directory: ./

0 commit comments

Comments
 (0)