修改微信支付证书、部署脚本

This commit is contained in:
wucongxing 2023-05-09 17:35:03 +08:00
parent 6e502e8546
commit b544cfe4c0
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,4 +12,3 @@ vendor/
.phpunit*
*.cache
*.pem
extend/Wechat/certs/*

Binary file not shown.

View File

@ -139,7 +139,7 @@ upstream hospital {
echo "$upstrame" > $nginx_upstrame
# 复制证书
cp -r /data/www/cret/wechat/pay/1636644248/ ./extend/Wechat/certs/
#cp -r /data/www/cret/wechat/pay/1636644248/ ./extend/Wechat/certs/
#获取可用端口镜像数量
image=$(docker images "hospital-applets-api-$reload_port" | wc -l)