Skip to content

Commit

Permalink
演示站变更为华为云
Browse files Browse the repository at this point in the history
  • Loading branch information
Baiyuetribe committed Jan 14, 2024
1 parent e99701a commit 3eb2da2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
# 启动后端
nohup ./target/release/rupa &
sleep 2
sleep 1
# 使用curl检查web服务
if curl -s "http://127.0.0.1:3399/api/captcha" | grep 200 > /dev/null
then
Expand All @@ -42,7 +42,7 @@ jobs:
run: |
upx ./target/release/rupa #压缩一下
# 演示站部署
curl -X POST -H "Authorization: Bearer ${{ secrets.REMOTE_JWT }}" -F "file=@./target/release/rupa;type=application/octet-stream" http://8.134.174.107:3065/rupa_demo
curl -X POST -H "Authorization: Bearer ${{ secrets.REMOTE_JWT }}" -F "file=@./target/release/rupa;type=application/octet-stream" http://124.71.60.7:3065/rupa_demo
# - name: SSH Remote deploy
# uses: appleboy/ssh-action@master
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ vue/node_modules
*.sql
*.log
*.db

# 二级制
rupa
rupa.exe
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## <p align="center"> RuPa </p>

<p align="center">基于Rust+VUE3的Linux控制面板 | <a href="http://8.134.174.107:3399">演示站</a></p>
<p align="center">基于Rust+VUE3的Linux控制面板 | <a href="http://124.71.60.7:3399">演示站</a></p>

![](./docs/img/rupa.jpg)

Expand Down Expand Up @@ -31,4 +31,5 @@

- [腾讯云(2H2G4M 118/年)](https://curl.qcloud.com/nNN41sxS)
- [阿里云(2H2G3M 99/年)](https://www.aliyun.com/lowcode/promotion/allinaliyun/99program?source=5176.11533457&userCode=0dswifqr)
- [香港 CN2(4H4G5M 299/年)](https://www.177idc.com/aff/YGKBCYDB)
- [小白兔 AI](https://xiaobaituai.com)

0 comments on commit 3eb2da2

Please sign in to comment.