Skip to content

Commit

Permalink
ci.yml 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
sichoi42 authored Jul 22, 2024
1 parent 9ddd70f commit 484ac86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mkdir -p src/main/resources/
echo ${{ secrets.APPLICATION_PROD_YML }} | base64 -d > src/main/resources/application-prod.yml
chmod +x gradlew
./gradlew build
./gradlew build -x test -Pprofile=prod
shell: bash

- name: Configure AWS credentials
Expand Down

0 comments on commit 484ac86

Please sign in to comment.