gitlab-org--gitlab-foss/scripts/review_apps
Rémy Coutable f7f42cf345
Ensure we create the secrets at the right time
In `deploy`, if the previous deployment failed, we delete/cleanup all
the objects related to the release, including secrets. The problem is
that if we create the root password before that, it will be then
recreated during the deploy with a random value!

By creatigng the secret just before actually deplying a new release, we
ensure that it won't be overriden.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-09 12:30:51 +01:00
..
automated_cleanup.rb Improve automated Review Apps cleanup 2018-10-22 09:57:50 +02:00
review-apps.sh Ensure we create the secrets at the right time 2018-11-09 12:30:51 +01:00