From 48955e62d1e954e0e26637537307bb06682d4a2a Mon Sep 17 00:00:00 2001 From: Julien Dubois Date: Thu, 23 Mar 2023 22:15:28 +0100 Subject: [PATCH] Refactor deployment workflows --- .github/workflows/rest-server-continuous-deployment-main.yml | 2 +- .github/workflows/rest-server-continuous-deployment-prod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rest-server-continuous-deployment-main.yml b/.github/workflows/rest-server-continuous-deployment-main.yml index 3e7894160..73b190d8c 100644 --- a/.github/workflows/rest-server-continuous-deployment-main.yml +++ b/.github/workflows/rest-server-continuous-deployment-main.yml @@ -1,4 +1,4 @@ -name: GitOps +name: REST Server - Deployment - main branch ### # GitOps - automatic infrastructure management GitHub Action diff --git a/.github/workflows/rest-server-continuous-deployment-prod.yml b/.github/workflows/rest-server-continuous-deployment-prod.yml index 0ccca0aaa..64f57785d 100644 --- a/.github/workflows/rest-server-continuous-deployment-prod.yml +++ b/.github/workflows/rest-server-continuous-deployment-prod.yml @@ -1,4 +1,4 @@ -name: REST Server - Continuous Deployment +name: REST Server - Deployment - PRODUCTION ### # Continuous deployment GitHub Action