From 44a7ac4519726b4b1418a1c32fe618a9380140cb Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 9 Mar 2023 10:31:58 +0100 Subject: [PATCH] name the deploys --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8db1c5554e..06292fa09f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -329,6 +329,7 @@ workflows: only: ['master', 'remix_live', 'remix_beta'] - deploy-build: script: "live" + name: "live" requires: - lint - remix-libs @@ -340,6 +341,7 @@ workflows: only: remix_live - deploy-build: script: "alpha" + name: "alpha" requires: - lint - remix-libs @@ -351,6 +353,7 @@ workflows: only: master - deploy-build: script: "beta" + name: "beta" requires: - lint - remix-libs