1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +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:
Rohan Kumar 2023-06-14 10:22:33 -07:00
parent d740184414
commit 10af13bd1d
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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