Skip to content

Commit

Permalink
adding health check to staging deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
vbhayden authored Mar 21, 2024
1 parent c08eb88 commit a4f700d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
sudo docker-compose up -d
echo 'deployed successfully on server' "
- name: Check the deployed service URL
uses: jtalk/url-health-check-action@v4
with:
url: ${{ secrets.ADLNET_STAGING_HOST }}
max-attempts: 10
retry-delay: 10s

cypress-testing:
name: Cypress run
environment: staging
Expand Down

0 comments on commit a4f700d

Please sign in to comment.