Skip to content

Commit

Permalink
Merge pull request #54 from ClothingStoreService/chore/update-jasypt-…
Browse files Browse the repository at this point in the history
…key-management-to-Vault

feat: JASYPT 키 관리 방식을 GitHub Action Secrets에서 Vault로 변경
  • Loading branch information
Ogu1208 authored Sep 5, 2024
2 parents 0281324 + 4881704 commit f233a26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dev-aws-CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
run: chmod +x gradlew

- name: Build With Gradle
env:
JASYPT_ENCRYPTOR_PASSWORD: ${{ secrets.JASYPT_ENCRYPTOR_PASSWORD }}
run: ./gradlew build -x test --info

- name: List All Files for Debugging
Expand Down Expand Up @@ -143,7 +141,6 @@ jobs:
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
export DOCKER_REPOSITORY=${{ secrets.DOCKER_REPOSITORY }}
export DOCKER_REPOSITORY_NGINX=${{ secrets.DOCKER_REPOSITORY_NGINX }}
export JASYPT_ENCRYPTOR_PASSWORD=${{ secrets.JASYPT_ENCRYPTOR_PASSWORD }}
# Pull 최신 이미지
docker-compose -f /home/ubuntu/docker-compose.yml pull
# 새 컨테이너 실행
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
run: |
./gradlew build
./gradlew --info test
env:
JASYPT_ENCRYPTOR_PASSWORD: ${{ secrets.JASYPT_ENCRYPTOR_PASSWORD }}
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
Expand Down

0 comments on commit f233a26

Please sign in to comment.