Skip to content

Commit

Permalink
fix: workflow description
Browse files Browse the repository at this point in the history
  • Loading branch information
rewired-gh committed Oct 7, 2023
1 parent df008d8 commit 3d1edc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mirrors-sysadmin/common-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
3. 打开 `reference/src/routes.json` 并找到想要添加到条目
4. 将上一步找到的条目复制并粘贴到 `override/mirrorz-help/src/routes.json` 中的相应位置,最好按字典序放置,注意 JSON 格式规范(如列表末尾不能有多余的空格)
5. 执行 `make prod`
6. 使用 `rsync` 搬迁生成后的网站,生成后的网站位于 `mirrorz-help/out/`。形如`rsync -r /path/to/osa-mirrorz-help/mirrorz-help/out/* yourname@10.249.8.102:/var/www/help`
6. 使用 `rsync` 搬迁生成后的网站,生成后的网站位于 `mirrorz-help/out/`,命令形如`rsync -r mirrorz-help/out/* <user>@10.249.8.102:/var/www/help`。其中 `<user>` 为您在服务器中的用户名
7. 最后,确保网站正常后将修改推送到 GitHub

0 comments on commit 3d1edc7

Please sign in to comment.