Skip to content

Commit 4db8ea0

Browse files
committed
fix ci
1 parent 996b648 commit 4db8ea0

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

docs/develop/change-log.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
### Version 2.2.3
33
- fix: sub_path '' => '/', like GitHub pages
4+
- fix: redirect with no querystring
5+
- feat: support ACME Pebble integration test, and change config
6+
- deps: update server deps
47

58
### Version 2.2.2
69

docs/develop/roadmap.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- bench: add benchmark
66
- [x] integration check of files list
7-
- **big break change**: config format change from honcon to yaml (honcon lib is archived)
8-
- [x] support Let's Encrypt with [acme-lib](https://crates.io/crates/acme-lib)
7+
- **big break change**: config format change from hocon to yaml (hocon lib is archived)
8+
- [x] support Let's Encrypt
99
- admin server support HTTPS
10-
- use it in production environment
10+
- [x] use it in production environment

tests/bash/run_pebble.sh

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
#!/bin/bash
2-
docker run --network=host -d
3-
--name pebble \
4-
ghcr.io/letsencrypt/pebble:2.6.0 && \
5-
exit 0;
6-
7-
## next command is for mac test.
8-
export IP=192.168.1.255 #change it to self
9-
docker run -p 14000:14000 -p 15000:15000 --rm \
10-
--add-host=local.fornetcode.com:$(IP) \
2+
docker run --network=host -d \
113
--name pebble \
124
ghcr.io/letsencrypt/pebble:2.6.0

tests/bash/run_pebble_mac.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
#change it to self
3+
export IP=192.168.1.255
4+
docker run -p 14000:14000 -p 15000:15000 --rm \
5+
--add-host=local.fornetcode.com:$(IP) \
6+
--name pebble \
7+
ghcr.io/letsencrypt/pebble:2.6.0

0 commit comments

Comments
 (0)