Skip to content

Commit

Permalink
Fix: SSL 수정
Browse files Browse the repository at this point in the history
스크립트 수정
  • Loading branch information
pjh5365 authored Sep 3, 2024
1 parent 66b57ea commit 515fb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
username: ${{ secrets.EC2_USER }}
key: ${{ secrets.PRIVATE_KEY }}
script: |
scp -o StrictHostKeyChecking=no ${{ secrets.PRIVATE_KEY }} ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }}:/home/${{ secrets.EC2_USER }}/keystore.p12 ./src/main/resources/keystore.p12
scp ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }}:/home/${{ secrets.EC2_USER }}/keystore.p12 ./src/main/resources/keystore.p12
# 도커 이미지 빌드용 환경 세팅 및 도커 이미지 빌드
- name: set up test DB and docker build
Expand Down

0 comments on commit 515fb23

Please sign in to comment.