Fix order of some flags for GitHub Actions, fix "HEALTHY" check
Fixed
- Fix order of
--force-new-deployment
and--enable-rollback
(in relation to-n
and-d
) for GitHub Actions. - Fix
HEALTHY
grep check to avoid matchingUNHEALTHY
when checking for successful deployment.