mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +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: |
|
||||
cd seirdy.one
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue