Skip to content

Commit

Permalink
MATE-90 : [CHORE] deploy.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jooinjoo committed Dec 6, 2024
1 parent 93db53b commit 7b3b36c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,13 @@ jobs:
distribution: temurin
java-version: 17

- name: Verify secret
run: |
if [ -z "${{ secrets.APPLICATION_PROPERTIES }}" ]
then
echo "❌ Secret is empty"
exit 1
else
echo "✅ Secret exists"
fi
- name: application-dev.yml 파일 만들기
run: echo "${{ secrets.APPLICATION_PROPERTIES }}" > ./src/main/resources/application.yml

- name: 테스트 및 빌드하기
run: |
chmod +x gradlew
./gradlew clean build -Dspring.profiles.active=dev
./gradlew clean build
- name: AWS Resource에 접근할 수 있게 AWS credentials 설정
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 7b3b36c

Please sign in to comment.