Skip to content

Commit

Permalink
Point at new branch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ljones140 committed Oct 1, 2024
1 parent 53af332 commit 90bd830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
build-and-publish-image:
name: Build and publish Docker image
needs: get-version
uses: clearlydefined/operations/.github/workflows/app-build-docker-image.yml@v2.0.0
uses: clearlydefined/operations/.github/workflows/app-build-docker-image.yml@53af332301d9a2f47cc62769c9b86f3460b79270
secrets:
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
PRODUCTION_DEPLOYERS: ${{ secrets.PRODUCTION_DEPLOYERS }}
Expand All @@ -110,7 +110,7 @@ jobs:
deploy-primary-app-to-azure:
name: Deploy to primary Azure app
needs: [get-version, build-and-publish-image]
uses: clearlydefined/operations/.github/workflows/app-deploy-to-azure.yml@v2.0.0
uses: clearlydefined/operations/.github/workflows/app-deploy-to-azure.yml@53af332301d9a2f47cc62769c9b86f3460b79270
secrets:
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
Expand Down

0 comments on commit 90bd830

Please sign in to comment.