Skip to content

Commit 331a40d

Browse files
author
Alex Patterson
committed
hardcode environment
1 parent ed250c7 commit 331a40d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/frontend-admin-deploy.yml renamed to .github/workflows/dev-frontend-admin-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: frontend-admin-deploy
1+
name: dev-frontend-admin-deploy
22

33
on:
44
push:
@@ -28,7 +28,7 @@ jobs:
2828
body: ${{ steps.tag_version.outputs.changelog }}
2929
deploy:
3030
needs: tag
31-
environment: ${GITHUB_REF##*/}
31+
environment: dev
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: checkout

.github/workflows/frontend-main-deploy.yml renamed to .github/workflows/dev-frontend-main-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: frontend-main-deploy
1+
name: dev-frontend-main-deploy
22

33
on:
44
push:
@@ -28,7 +28,7 @@ jobs:
2828
body: ${{ steps.tag_version.outputs.changelog }}
2929
deploy:
3030
needs: tag
31-
environment: ${GITHUB_REF##*/}
31+
environment: dev
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: checkout

0 commit comments

Comments
 (0)