Skip to content

Commit

Permalink
๐Ÿ‘ท ๋นŒ๋“œ ์Šคํฌ๋ฆฝํŠธ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
- ํŒŒ์ผ ๊ถŒํ•œ ๋ณ€๊ฒฝ ์ฝ”๋“œ๋ฅผ ์‚ฝ์ž…ํ•˜์˜€์Šต๋‹ˆ๋‹ค.
  • Loading branch information
Ganghee-Lee-0522 authored Jan 11, 2024
1 parent dee44e0 commit 2ed239a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:

# Gradle๋กœ ๋นŒ๋“œ ์‹คํ–‰
- name: Build with Gradle
run: ./gradlew bootJar
run: chmod +x ./gradlew
./gradlew bootJar

# AWS์— ์—ฐ๊ฒฐ
- name: Connect to AWS
Expand Down

0 comments on commit 2ed239a

Please sign in to comment.