Skip to content

Commit

Permalink
[MERGE/#45] JSON 폴더 생성
Browse files Browse the repository at this point in the history
[FEAT] #45 - JSON 폴더 생성
  • Loading branch information
seokbeom00 authored Jul 9, 2024
2 parents 94d907e + 722d5fa commit 5473b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DOCKER-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:

- name: credentials.json 생성
run: |
mkdir -p ./src/main/resources
cd ./src/main/resources
mkdir -p ./src/main/resources/json
cd ./src/main/resources/json
aws s3 cp --region ap-northeast-2 s3://${{ secrets.S3_BUCKET_NAME }}/json/credentials.json .
chmod a+r credentials.json
echo "Absolute path of credentials.json:"
Expand Down

0 comments on commit 5473b88

Please sign in to comment.