add a done status by echo to production depoly [SKIP CI]

This commit is contained in:
lab 2021-12-11 17:33:03 +08:00
parent a46aa3c30d
commit e98c68add4

View File

@ -80,6 +80,7 @@ steps:
commands: commands:
- echo "deply to production" - echo "deply to production"
- env - env
- echo "deply completed"
when: when:
event: event:
- promote - promote