Skip to content

Commit 303748c

Browse files
update output
1 parent a904b51 commit 303748c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
gptModelCapacity=1 \
144144
createdBy="Pipeline" \
145145
tags="{'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \
146-
--output json
146+
--output none || { echo "Deployment failed"; exit 1; }
147147
148148
- name: Extract Web App and API App URLs
149149
id: get_output

0 commit comments

Comments
 (0)