Skip to content

Commit

Permalink
Update operations branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ljones140 committed Oct 4, 2024
1 parent b182c39 commit 375ee4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build-and-deploy:
name: Build and Deploy
needs: upload-package-lock-json
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@51a2e27c7a0081307dd93c4a296c43a06e46015e
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@0cc20cf5401a3e2c223d9b358bd734c00992dc3b
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

build-and-deploy-prod:
needs: upload-package-lock-json
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@51a2e27c7a0081307dd93c4a296c43a06e46015e
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@0cc20cf5401a3e2c223d9b358bd734c00992dc3b
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_PROD }}
Expand Down

0 comments on commit 375ee4f

Please sign in to comment.