mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2025-02-20 05:30:04 +00:00
Start CI with a TLS/HTTP check + show ip addr
The ip check helps me analyze my server logs afterwards.
This commit is contained in:
parent
d740184414
commit
10af13bd1d
1 changed files with 5 additions and 0 deletions
|
@ -27,4 +27,9 @@ tasks:
|
||||||
- build_deploy: |
|
- build_deploy: |
|
||||||
cd seirdy.one
|
cd seirdy.one
|
||||||
export PATH=~/bin:$PATH
|
export PATH=~/bin:$PATH
|
||||||
|
# quick health + ip check
|
||||||
|
curl -6 --proto "=https" --proto-default https --http2 -siSL --tlsv1.3 --cert-status 'seirdy.one/ip'
|
||||||
|
echo
|
||||||
|
curl -4 --proto "=https" --proto-default https --http2 -sSL --tlsv1.3 --cert-status 'seirdy.one/ip'
|
||||||
|
echo
|
||||||
bmake deploy-prod deploy-onion
|
bmake deploy-prod deploy-onion
|
||||||
|
|
Loading…
Add table
Reference in a new issue