Skip to content

Commit

Permalink
Merge pull request #18 from catchroom/develop
Browse files Browse the repository at this point in the history
Refact : 스크립트 수정
  • Loading branch information
Parkgeonmoo authored Dec 25, 2023
2 parents 57ea942 + 23f6cdd commit dc5c4bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:

- name: Build with Gradle
run: ./gradlew build

# 전송할 파일을 담을 디렉토리 생성
- name: Make Directory for deliver
run: mkdir deploy
# Jar 파일 copy
- name: Copy Jar
run: cp ./build/libs/*.jar ./deploy/
Expand All @@ -29,6 +31,8 @@ jobs:
- name: Make zip file
run: zip -r -qq -j ./[PROJECT_NAME].zip ./deploy



# S3 Bucket으로 Upload
- name: Deploy
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit dc5c4bc

Please sign in to comment.