Skip to content

Commit

Permalink
test latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Nov 1, 2024
1 parent 284d8f8 commit 630fb30
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ 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.1
secrets:
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@elr/tag-latest
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
PRODUCTION_DEPLOYERS: ${{ secrets.PRODUCTION_DEPLOYERS }}
DOCKERHUB_TOKEN: ${{ secrets.TEST_DOCKERHUB_TOKEN }}
with:
deploy-env: dev
application-type: worker
azure-app-base-name: cdcrawler
azure-app-name-postfix: -dev
docker-hub-username: elrayle

0 comments on commit 630fb30

Please sign in to comment.