Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a4c96f0dc | |||
| 13b7ccb1bf | |||
| 82af370358 | |||
| 84a35b08a1 | |||
| 95795a0079 | |||
| 6f88c7a2b8 | |||
| 2340355e6c | |||
| 43acc8f809 |
@ -76,7 +76,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DEJO_NODE_AWS_REGION: us-east-1
|
DEJO_NODE_AWS_REGION: us-east-1
|
||||||
AWS_ECR_REPOSITORY: dev-dejo/dejo-node
|
AWS_ECR_REPOSITORY: dev-dejo/dejo-node
|
||||||
DISABLE_DISCORD_NOTIFY: true
|
DISABLE_DISCORD_NOTIFY: false
|
||||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
sha_short: ${{ needs.release.outputs.sha_short }}
|
sha_short: ${{ needs.release.outputs.sha_short }}
|
||||||
steps:
|
steps:
|
||||||
@ -116,8 +116,8 @@ jobs:
|
|||||||
- name: Build and Push Backend
|
- name: Build and Push Backend
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: infrastructure
|
context: .
|
||||||
file: infrastructure/Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DEV_DEJO_AWS_ECR_REGISTRY }}/${{ env.AWS_ECR_REPOSITORY }}:latest
|
${{ secrets.DEV_DEJO_AWS_ECR_REGISTRY }}/${{ env.AWS_ECR_REPOSITORY }}:latest
|
||||||
|
|||||||
23
CHANGELOG.md
23
CHANGELOG.md
@ -1,3 +1,26 @@
|
|||||||
|
# [1.3.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.2.0...v1.3.0) (2025-06-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Alteração trigger deploy branch master para dev ([13b7ccb](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/13b7ccb1bf718b16dcad3dd81fe4e8cb9dd2a31c))
|
||||||
|
|
||||||
|
# [1.2.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.1.0...v1.2.0) (2025-06-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Alteração trigger deploy branch master para dev ([84a35b0](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/84a35b08a157a50edaddb87cacf1ec585e7f2b5d))
|
||||||
|
|
||||||
|
# [1.1.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.0.0...v1.1.0) (2025-06-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Alteração trigger deploy branch master para dev ([6f88c7a](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/6f88c7a2b86899fed822aa42c8c1dd9720865fef))
|
||||||
|
* Alteração trigger deploy branch master para dev ([2340355](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/2340355e6cbe57bcd52d9b038f4661f03d3c0401))
|
||||||
|
* Alteração trigger deploy branch master para dev ([43acc8f](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/43acc8f809ffcb75e4b9f3cb1e5199a572900c6a))
|
||||||
|
|
||||||
# 1.0.0 (2025-06-11)
|
# 1.0.0 (2025-06-11)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user