Skip to content

Commit

Permalink
fix :: yml 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 committed Jul 12, 2024
1 parent dcc0e49 commit f20ea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Create config directory and config.json
run: |
mkdir -p ./src/config
echo "{\"server\": \"${{ secrets.CONFIG_SERVER }}\"}" > ./src/config/config.json
echo "{\"server\": \"${{ secrets.CONFIG_JSON }}\"}" > ./src/config/config.json
# 프로젝트 빌드
- name: Build next app
Expand Down

0 comments on commit f20ea71

Please sign in to comment.