Skip to content

Commit

Permalink
test verification
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Oct 29, 2024
1 parent 476113a commit 7d7d384
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
build-and-deploy:
name: Build and Deploy
needs: upload-package-lock-json
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.1.2
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@elr/verify-health
# uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.1.2
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
Expand All @@ -34,3 +35,4 @@ jobs:
application-type: api
azure-app-base-name: clearlydefined-api
azure-app-name-postfix: -dev
primary-verfication-url: https://dev-api.clearlydefined.io/

0 comments on commit 7d7d384

Please sign in to comment.