dev: work on action

This commit is contained in:
Adam
2023-10-10 07:49:59 +00:00
parent a91d08567a
commit 45a92e5b81
+1 -1
View File
@@ -238,7 +238,7 @@ runs:
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
export DEN="$(dirname $(pwd))/warden/bin/warden"
${DEN} env exec -T php-fpm bash -c "curl http://elasticsearch:9200/_cat/health?h=st"
${DEN} env exec -T php-fpm bash -c "curl --write-out %{http_code} --silent --output /dev/null http://elasticsearch:9200/_cat/health?h=st"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"