We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfc47c commit 005f6aaCopy full SHA for 005f6aa
.github/workflows/production.yml
@@ -4,7 +4,7 @@ on:
4
jobs:
5
checkout:
6
runs-on: [self-hosted, prod]
7
- environment: prod
+ environment: production
8
steps:
9
- name: Get code
10
uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
20
create_env:
21
needs: checkout
22
23
24
25
- name: Create .env file
26
run: |
0 commit comments