Skip to content

Commit

Permalink
Merge pull request #215 from Genti2024/feat/pgreq-two
Browse files Browse the repository at this point in the history
Fix #196 CI/CD 파일 google-acoount key 경로 수정2
  • Loading branch information
LeeJae-H authored Dec 3, 2024
2 parents 0d01b9c + dc4d168 commit 51fd9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: contains(github.ref, 'staging') || contains(github.ref, 'main-test')
run: |
cd ./genti-api/src/main/resources
mkdir -p ./google
mkdir -p ./jsonkey
echo "${{ secrets.GOOGLE_ACCOUNT_KEY }}" > ./jsonkey/key.json
shell: bash

Expand Down

0 comments on commit 51fd9e7

Please sign in to comment.