feat: Alteração trigger deploy branch master para dev

This commit is contained in:
2025-06-11 20:42:37 -03:00
parent 82af370358
commit 13b7ccb1bf
2 changed files with 3 additions and 25 deletions

View File

@ -76,7 +76,7 @@ jobs:
env:
DEJO_NODE_AWS_REGION: us-east-1
AWS_ECR_REPOSITORY: dev-dejo/dejo-node
DISABLE_DISCORD_NOTIFY: true
DISABLE_DISCORD_NOTIFY: false
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
sha_short: ${{ needs.release.outputs.sha_short }}
steps:
@ -116,8 +116,8 @@ jobs:
- name: Build and Push Backend
uses: docker/build-push-action@v5
with:
context: infrastructure
file: infrastructure/Dockerfile
context: .
file: ./Dockerfile
push: true
tags: |
${{ secrets.DEV_DEJO_AWS_ECR_REGISTRY }}/${{ env.AWS_ECR_REPOSITORY }}:latest