Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Jun 24, 2023
1 parent d5adbff commit 9427894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ jobs:

# Jar 파일 복사
- name: Copy Jar
run: cp ./build/libs/*.jar ./deploy
run: cp ./WEEK4/FourthSeminar/build/libs/*.jar ./deploy

# appspec.yml 파일 복사
- name: Copy appspec.yml
run: cp appspec.yml ./deploy
run: cp ./WEEK4/FourthSeminar/appspec.yml ./deploy

# script files 복사 (EC2 서버에 미리 올려두고 실행만 하도록 설정하는 방식도 있음)
- name: Copy script
run: cp ./scripts/*.sh ./deploy
run: cp ./WEEK4/FourthSeminar/scripts/*.sh ./deploy

- name: Make zip file (압축 파일 생성)
run: zip -r ./sopt_server.zip ./deploy
Expand Down

0 comments on commit 9427894

Please sign in to comment.