Skip to content

Commit

Permalink
deploy: #114 - CodeDeploy sh 실행 경로 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sasca37 committed Feb 2, 2024
1 parent daa5967 commit 253272e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
chmod +x ./build/libs/*.jar
cp ./build/libs/*.jar ./prd/
cp ./deploy/appspec-prd.yml ./prd/appspec.yml
cp ./deploy/scripts/deploy-prd.sh ./prd/scripts/deploy-dev.sh
cp ./deploy/scripts/deploy-prd.sh ./prd/scripts/deploy-prd.sh
# 압축파일 형태로 전달
- name: Make zip file
Expand Down

0 comments on commit 253272e

Please sign in to comment.