Skip to content

Commit

Permalink
mv deptno/{github.deptno.io/wiki,public-wiki}
Browse files Browse the repository at this point in the history
  • Loading branch information
deptno committed Oct 14, 2023
1 parent d56e5dc commit 2b5af1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
`value` 는 설정 예제
```yaml
- name: URI_WIKI
value: https://github.com/deptno/deptno.github.io/wiki
value: https://github.com/deptno/public-wiki
- name: DIR_WIKI
value: /mnt/data
- name: NEXT_PUBLIC_MEILISEARCH_HOST #meilisearch-updater 에서만 사용
Expand Down
4 changes: 2 additions & 2 deletions apps/wiki/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
URL_WIKI=https://github.com/deptno/deptno.github.io/wiki \
URL_WIKI=https://github.com/deptno/public-wiki \
NEXT_PUBLIC_MEILISEARCH_HOST=https://search.deptno.dev \
NEXT_PUBLIC_ENDPOINT=http://localhost:3001 \
DIR_WIKI=/Users/deptno/workspace/src/github.com/deptno/deptno.github.io.wiki \
DIR_WIKI=/Users/deptno/workspace/src/github.com/deptno/public-wiki \
pnpm dev
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ container_envs=$(
for s in $container_envs; do export $s; done
for s in $container_envs; do echo $s; done

export DIR_WIKI=/Users/deptno/workspace/src/github.com/deptno/deptno.github.io.wiki
export DIR_WIKI=/Users/deptno/workspace/src/github.com/deptno/public-wiki

pnpm build

Expand Down

0 comments on commit 2b5af1a

Please sign in to comment.