Skip to content

Commit caf2c71

Browse files
Update deployment output format to JSON
Change deployment output format from none to json.
1 parent 303748c commit caf2c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 none || { echo "Deployment failed"; exit 1; }
146+
--output json
147147
148148
- name: Extract Web App and API App URLs
149149
id: get_output

0 commit comments

Comments
 (0)