Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 01a53b2
Author: 李栋 <[email protected]>
Date:   Mon Aug 8 19:24:11 2022 +0800

    change build auto tag

commit 2526f73
Author: LiDong <[email protected]>
Date:   Mon Aug 8 17:31:39 2022 +0800

    default version set to development

commit d423ba6
Author: LiDong <[email protected]>
Date:   Mon Aug 8 16:47:06 2022 +0800

    change README
  • Loading branch information
gcslaoli committed Aug 8, 2022
1 parent bf6c6a9 commit 6852109
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Build CLI Binary For All Platform
run: |
gf build main.go -n ${{env.BIN_NAME}} -a all -s all -p ./temp
gf build main.go -n ${{env.BIN_NAME}} -a all -s all -p ./temp -r '{"version":"${{github.ref_name}}"}'
- name: Move Files Before Release
run: |
cd temp
Expand Down
25 changes: 16 additions & 9 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# GoFrame Template For SingleRepo

Project Makefile Commands:
- `make cli`: Install or Update to the latest GoFrame CLI tool.
- `make dao`: Generate go files for `Entity/DAO/DO` according to the configuration file from `hack` folder.
- `make service`: Parse `logic` folder to generate interface go files into `service` folder.
- `make image TAG=xxx`: Run `docker build` to build image according `manifest/docker`.
- `make image.push TAG=xxx`: Run `docker build` and `docker push` to build and push image according `manifest/docker`.
- `make deploy TAG=xxx`: Run `kustomize build` to build and deploy deployment to kubernetes server group according `manifest/deploy`.
# hjm-certcheck 证书检测服务

## 功能说明

- 在线检测证书是否过期
- 检测服务端口是否开放
- 证书临近过期提醒
- 如果所有证书都正常,仍然发送一条提醒,以证明服务自身正常
- 目前仅支持发送钉钉消息,请先配置钉钉机器人

## 相关地址

- [文档](https://hjmcloud.cn/hjm-certcheck)
- [GitHub 仓库](https://github.com/hjmcloud/hjm-certcheck)
- [GitHub Release](https://github.com/hjmcloud/hjm-certcheck/releases)
- [Gitee 镜像仓库](https://gitee.com/hjmcloud/hjm-certcheck)
2 changes: 1 addition & 1 deletion hack/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
gfcli:
build:
varMap:
version: "v1.0.1"
version: "development"

0 comments on commit 6852109

Please sign in to comment.