Skip to content

Commit c8ae507

Browse files
authored
Update pipeline.yml
1 parent 25f9530 commit c8ae507

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
- run: |
103103
az containerapp create --name <YourAppName> --resource-group <YourResourceGroup> --image <container-registry-name>.azurecr.io/${{ env.IMAGE_NAME }} --cpu 0.5 --memory 1.0Gi --min-replicas 1 --max-replicas 3 --target-port 80 --ingress 'external'
104104
exit 0 # Garante que este job sempre finaliza com sucesso
105+
#
105106
env:
106107
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
107108
continue-on-error: true # Continua mesmo se o login falhar

0 commit comments

Comments
 (0)