fix
Build docker image and push to registry.bitdeals.org / main-build-job (push) Successful in 1m33s
Build docker image and push to registry.bitdeals.org / main-build-job (push) Successful in 1m33s
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Start transaction
|
# Start transaction
|
||||||
echo -e "set ssl cert /usr/local/etc/haproxy/certificates/site.pem <<\n$(cat /etc/certificates/site.pem)\n" | socat tcp-connect:haproxy:9999 -
|
echo -e "set ssl cert /usr/local/etc/haproxy/certificates/site.pem <<\n$(cat /etc/certificates/site.pem)\n" \
|
||||||
|
| socat - tcp-connect:haproxy:9999,retry=30,interval=2,connect-timeout=5
|
||||||
|
|
||||||
# Commit transaction
|
# Commit transaction
|
||||||
echo "commit ssl cert /usr/local/etc/haproxy/certificates/site.pem" | socat tcp-connect:haproxy:9999 -
|
echo "commit ssl cert /usr/local/etc/haproxy/certificates/site.pem" | socat tcp-connect:haproxy:9999 -
|
||||||
|
|||||||
Reference in New Issue
Block a user