From a5b5007908bff3f40d01fef7980e7b46f136ddd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Fri, 18 Dec 2020 17:04:31 +0100 Subject: [PATCH] Switching to deeployer-action to speed up CD --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f103945c..a57b53fa 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -167,7 +167,7 @@ jobs: - uses: rlespinasse/github-slug-action@3.1.0 - name: Deploy - uses: thecodingmachine/deeployer@master + uses: thecodingmachine/deeployer-action@master env: KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }} ADMIN_API_TOKEN: ${{ secrets.ADMIN_API_TOKEN }}