Skip to content

Commit

Permalink
Merge pull request #3 from 12189108/main
Browse files Browse the repository at this point in the history
fix some issues
  • Loading branch information
barkure authored Nov 18, 2023
2 parents fa17836 + 26ec998 commit 397e94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## 构建运行文件
### 使用 GitHub Actions 构建(推荐)
1. Fork本仓库,在你Fork的仓库点击`Actions`---`I understand my workflows, go ahead and enable them`(绿色Button).
2. 点击仓库的 `Settings`---`secrets and variables`---`New repository`,在`Name*`填写`BACKEND`,在`Secret*`填写你的后端地址,比如:`https://api.blog.barku.re`.
2. 点击仓库的 `Settings`---`secrets and variables`---`Actions`,右侧绿色按钮`New repository secert`,在`Name*`填写`BACKEND`,在`Secret*`填写你的后端地址,比如:`https://api.blog.barku.re`.
3. 任意做一点修改后提交,触发Actions. 建议如此操作:在`README.md`中键入回车或者空格,然后保存.
4. 稍等两分钟,在`Release`中会有一个`release.zip`. 下载解压后即得到构建的`build`文件,然后照后文的**部署到服务器**操作.
5. (可选)如果你并不想让你的后端地址被他人知道,请及时删除`Realease`.
Expand Down Expand Up @@ -51,4 +51,4 @@ location / {

访问 “http(s)://前端地址/login” 可以正常看到登陆页面后,就说明前端部署完成.可以进行后端部署了.

**后端在 [white-dove-backend](https://github.com/barkure/white-dove-backend)**.
**后端在 [white-dove-backend](https://github.com/barkure/white-dove-backend)**.

0 comments on commit 397e94d

Please sign in to comment.