Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aarz-snl authored Dec 18, 2023
1 parent bfb084e commit 4b9b564
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
sudo chmod +x "/opt/lme/Chapter 3 Files/unattended_deploy.sh"
sudo "/opt/lme/Chapter 3 Files/unattended_deploy.sh" unattended
sudo docker ps
curl -s --cacert /usr/share/elasticsearch/config/certificates/ca.crt https://127.0.0.1:9200/_cluster/health
curl -s --cacert /usr/share/elasticsearch/config/certificates/ca.crt https://127.0.0.1:5601/api/status
sudo curl -s --cacert /opt/lme/Chapter\ 3\ Files/certs/root-ca.crt https://127.0.0.1:9200/_cluster/health
sleep 30
sudo curl -s --cacert /opt/lme/Chapter\ 3\ Files/certs/root-ca.crt https://127.0.0.1:5601/api/status

0 comments on commit 4b9b564

Please sign in to comment.