Commit e516475 1 parent 06dea8a commit e516475 Copy full SHA for e516475
File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- " release/2.2"
7
+ - " release/2.3"
7
8
paths :
8
9
- ' rockspecs/**'
9
10
51
52
LUAROCKS_TOKEN : ${{ secrets.LUAROCKS_TOKEN }}
52
53
run : |
53
54
luarocks install dkjson
54
- luarocks upload rockspecs/lua-resty-healthcheck-api7-${{ steps.release_env.outputs.version_withou_v }}-0.rockspec --api-key=${LUAROCKS_TOKEN}
55
+ luarocks upload rockspecs/lua-resty-healthcheck-api7-xrpc- ${{ steps.release_env.outputs.version_withou_v }}-0.rockspec --api-key=${LUAROCKS_TOKEN}
Original file line number Diff line number Diff line change
1
+ package = " lua-resty-healthcheck-api7-xrpc"
2
+ version = " 2.3.0-0"
3
+ source = {
4
+ url = " git://github.com/api7/lua-resty-healthcheck-xrpc" ,
5
+ tag = " v2.3.0"
6
+ }
7
+
8
+ description = {
9
+ summary = " Healthchecks for OpenResty to check upstream service status" ,
10
+ detailed = [[
11
+ lua-resty-healthcheck is a module that can check upstream service
12
+ availability by sending requests and validating responses at timed
13
+ intervals.
14
+ ]] ,
15
+ homepage = " https://github.com/api7/lua-resty-healthcheck-xrpc" ,
16
+ license = " Apache 2.0"
17
+ }
18
+
19
+ dependencies = {
20
+ " lua-resty-worker-events = 1.0.0"
21
+ }
22
+ build = {
23
+ type = " builtin" ,
24
+ modules = {
25
+ [" resty.healthcheck" ] = " lib/resty/healthcheck.lua" ,
26
+ [" resty.healthcheck.utils" ] = " lib/resty/healthcheck/utils.lua"
27
+ }
28
+ }
You can’t perform that action at this time.
0 commit comments