Skip to content

Commit

Permalink
tmp - test if configs are updated even if deploy fails
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Jan 31, 2024
1 parent 750af5e commit e4f6248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,5 @@ jobs:
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
images: '${{ env.DOCKER_IMAGE_NAME }}:${{ env.DEPLOY_DOCKER_TAG }}'
# images: '${{ env.DOCKER_IMAGE_NAME }}:${{ env.DEPLOY_DOCKER_TAG }}'
images: 'BAD_IMAGE_NAME'

0 comments on commit e4f6248

Please sign in to comment.