Skip to content

Commit

Permalink
[MERGE/#32] 리소스 디렉토리 생성 명령어 추가
Browse files Browse the repository at this point in the history
[FIX] #32 - 리소스 디렉토리 생성 명령어 추가
  • Loading branch information
seokbeom00 authored Jul 9, 2024
2 parents 4fc4107 + dc10946 commit 09d6b1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/DOCKER-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:

- name: credentials.json 생성
run: |
cd ./SEONYAK-SERVER/src/main/resources
mkdir -p ./src/main/resources
cd ./src/main/resources
aws s3 cp --region ap-northeast-2 s3://${{ secrets.S3_BUCKET_NAME }}/json/credentials.json .
shell: bash

Expand Down

0 comments on commit 09d6b1b

Please sign in to comment.