aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all.yml
Commit message (Collapse)AuthorAgeFilesLines
* deploy: try to restart the app when the CLI asks to do itPaul Bonaud2020-08-061-0/+1
| | | | | | | | | | | | | | | In some cases (rollback or deployment errored on clever side), clever-tools will fail when calling `clever deploy` because it thinks the currently being deployed commit is already deployed. However in some cases the git pushed commit is not the currently running commit. Leading to a failure in our deployment process. The proposed solution from the clever tools error is to launch `clever restart`. Until we wait for https://github.com/CleverCloud/clever-tools/issues/422 to be fixed, let's do what the error message say: try to restart in case of a deployment failure.
* Add support for linking service dependenciesClement Delafargue2020-07-021-0/+1
|
* add a test for `noop-if-up-to-date`Clement Delafargue2020-06-301-0/+1
| | | | | It makes sure `clever deploy` is _not_ called if the application is up-to-date on clever cloud
* tests: Add tests for the new 'restart' featurePaul Bonaud2020-06-231-0/+6