Skip to content

Commit

Permalink
refator
Browse files Browse the repository at this point in the history
  • Loading branch information
yso8296 committed Nov 14, 2024
1 parent d6f1808 commit 3a63d5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
distribution: temurin
java-version: 21

- name: GitHub 환경변수 출력
run: |
echo "REDIRECT_URL: $REDIRECT_URL"
echo "DOCKERHUB_USERNAME: $DOCKERHUB_USERNAME"
echo "DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}" # 비밀번호는 보안상 출력하지 않는 것이 좋습니다
echo "REDIRECT_URL: ${{ secrets.REDIRECT_URL }}"
echo "DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}"
- name: 테스트 및 빌드하기
run: |
chmod +x ./gradlew
Expand Down

0 comments on commit 3a63d5b

Please sign in to comment.