From 2e5f76a889a73ab488732875ce07213e57e8df1b Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Thu, 9 Nov 2023 14:02:51 +1300 Subject: [PATCH] ci: rename enviroments to be consistent with the rest of linz --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3e0626381..85eba5da4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -76,7 +76,7 @@ jobs: if: github.ref == 'refs/heads/master' && github.repository == 'linz/basemaps' environment: - name: dev + name: nonprod url: https://dev.basemaps.linz.govt.nz permissions: @@ -130,7 +130,7 @@ jobs: if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'release:') environment: - name: production + name: prod url: https://basemaps.linz.govt.nz permissions: