dev: work on action

This commit is contained in:
Adam
2023-10-10 07:37:45 +00:00
parent 800e2a1288
commit a91d08567a
+5 -2
View File
@@ -237,9 +237,12 @@ runs:
sleep 10
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
curl http://mageos-elasticsearch-1:9200/_cat/health?h=st || true
export DEN="$(dirname $(pwd))/warden/bin/warden"
${DEN} env exec -T php-fpm bash -c "curl http://elasticsearch:9200/_cat/health?h=st"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
curl --write-out %{http_code} --silent --output /dev/null http://mageos-elasticsearch-1:9200/_cat/health?h=st
# curl --write-out %{http_code} --silent --output /dev/null http://mageos-elasticsearch-1:9200/_cat/health?h=st
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
# export DEN="$(dirname $(pwd))/warden/bin/warden"
# case "${SEARCH}" in