部署到到服务器上的前端打包后资源包
 
 
 
Go to file
jcgitadmin 68b7f609c4 feat: buyer首页和分享页面修改;seller添加接单人 2026-06-15 23:24:55 +08:00
deploy/nginx/templates first commit 2024-10-19 21:21:57 +08:00
public feat: buyer首页和分享页面修改;seller添加接单人 2026-06-15 23:24:55 +08:00
.gitignore first commit 2024-10-19 21:21:57 +08:00
README.md readme 2026-06-07 14:04:50 +08:00
docker-compose.yml first commit 2024-10-19 21:21:57 +08:00
env.production first commit 2024-10-19 21:21:57 +08:00
env.testing first commit 2024-10-19 21:21:57 +08:00

README.md

说明

buyer.jingcai.quickfly.eu.org 彩民端域名 对应目录 public/buyer https://buyer.jingcai.quickfly.eu.org:3000/

seller.jingcai.quickfly.eu.org 店主端域名 对应目录 public/seller https://seller.jingcai.quickfly.eu.org:3000/

代码每分钟会自动从他库拉取发布

# CURL 测试
# curl http://buyer.jingcai.quickfly.eu.org:8011 --resolve buyer.jingcai.quickfly.eu.org:8011:127.0.0.1
# curl http://seller.jingcai.quickfly.eu.org:8011 --resolve seller.jingcai.quickfly.eu.org:8011:127.0.0.1

rm -rf .git git init git add . git checkout -b 'release1116' git config --global user.name 'jcgitadmin' git config --global user.email 'jcadmin@qq.com' git commit -m "Release1116" git remote add origin https://code.yunduoxd.com/jcgitadmin/jingcai-html-dist.git git remote -v git fetch git branch -a

jcgitadmin jcgitadmiN&%81

https://43.137.7.44:9443/#!/2/docker/containers

cd var/www/html git branch -a git pull