Skip to content

Commit 005f6aa

Browse files
fix production env
1 parent 3dfc47c commit 005f6aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
jobs:
55
checkout:
66
runs-on: [self-hosted, prod]
7-
environment: prod
7+
environment: production
88
steps:
99
- name: Get code
1010
uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
2020
create_env:
2121
needs: checkout
2222
runs-on: [self-hosted, prod]
23-
environment: prod
23+
environment: production
2424
steps:
2525
- name: Create .env file
2626
run: |

0 commit comments

Comments
 (0)