更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Successful in 1m59s
Details
Docker Deploy / build-and-deploy (push) Successful in 1m59s
Details
This commit is contained in:
parent
50261443fb
commit
7017e531eb
|
@ -69,7 +69,12 @@ jobs:
|
|||
|
||||
- name: gen-SSL
|
||||
run: |
|
||||
curl -fsSL https://mkcert.dev/install.sh | sh
|
||||
# 下载mkcert可执行文件
|
||||
curl -o mkcert https://github.com/FiloSottile/mkcert/releases/download/v1.4.3/mkcert-v1.4.3-linux-amd64
|
||||
# 添加执行权限
|
||||
chmod +x mkcert
|
||||
# 移动到系统路径下
|
||||
mv mkcert /usr/local/bin/mkcert
|
||||
mkcert -install
|
||||
mkcert ${{vars.DOMAIN}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue