From e2e3fa4ea0c26b4ccf226f4a3b692ce0f78f5bf5 Mon Sep 17 00:00:00 2001
From: Varac <varac@leap.se>
Date: Tue, 26 Sep 2017 20:36:06 +0200
Subject: [PATCH] Add cert renewal to production deployments

---
 tests/platform-ci/ci-build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/platform-ci/ci-build.sh b/tests/platform-ci/ci-build.sh
index 58e2bcc5..3c6a1ff4 100755
--- a/tests/platform-ci/ci-build.sh
+++ b/tests/platform-ci/ci-build.sh
@@ -156,6 +156,7 @@ run() {
 
   # Do the deployment
   echo "Attempting a deploy..."
+  LEAP_CMD cert renew "$provider_name"
   deploy
   echo "Attempting to run tests..."
   test
-- 
GitLab