Update demo.yml (#1174)

Add demo reset error handle

Signed-off-by: raller1028 <57336867+raller1028@users.noreply.github.com>
This commit is contained in:
raller1028 2023-06-07 16:09:01 +08:00 committed by GitHub
parent 6246421dae
commit 23ce3487e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,5 +75,9 @@ jobs:
run: |
aws lightsail delete-instance \
--instance-name ${{ env.OLD_INSTANCE_NAME }}
- name: Demo Reset Error Handling
if: ${{ failure() }}
run: |
curl -X POST -H "Content-Type: application/json" -d '{"msg_type":"text","content":{"text":"Demo Reset Error"}}' ${{ secrets.SSH_ROBOT_URL }}