Skip to content

Commit

Permalink
fix: deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchandev authored Oct 14, 2024
1 parent 9077870 commit 264d983
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: Ensure Config Directory Exists
run: mkdir -p ./src/config

- name: Create Config JSON File
id: create-json
uses: jsdaniell/[email protected]
with:
name: "config.json" # 생성할 파일 이름
json: ${{ secrets.CONFIG_JSON }} # JSON 데이터
dir: './src/config' # 파일이 생성될 디렉토리
name: "config.json"
json: ${{ secrets.CONFIG_JSON }}
dir: './src/config'

- name: Trigger Deploy
uses: peter-evans/repository-dispatch@v2
Expand Down

0 comments on commit 264d983

Please sign in to comment.