Skip to content

Commit

Permalink
📝docs : print bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo committed May 25, 2024
1 parent e96d6ee commit 1cbf40c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: prod

#Setting JDK
- name: Set up JDK 17
Expand Down Expand Up @@ -105,6 +103,7 @@ jobs:
- name: Build with Gradle - noti-service
run: |
cd noti-service
cat /src/main/resources/bootstrap.yml
./gradlew clean build -x test
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/waither-noti .
docker push ${{ secrets.DOCKERHUB_USERNAME }}/waither-noti
Expand Down

0 comments on commit 1cbf40c

Please sign in to comment.