Skip to content

Commit

Permalink
add: zip yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokyeong237 committed Jan 20, 2024
1 parent f480c9e commit 081fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# zip 파일로 압축
- name: zip file
run: zip -r fullcar.zip ./scripts ./appspec.yml ./build/libs/*.jar
run: zip -r fullcar.zip ./scripts ./appspec.yml ./src/main/resources/application.yml ./build/libs/*.jar

# S3에 업로드
- name: Upload to s3
Expand Down

0 comments on commit 081fecc

Please sign in to comment.