Skip to content

Commit

Permalink
ci: rename enviroments to be consistent with the rest of linz
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Nov 9, 2023
1 parent ac115e1 commit 2e5f76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2e5f76a

Please sign in to comment.