Skip to content

Commit eedada2

Browse files
committed
fix: add environments for CI
1 parent e1d2058 commit eedada2

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/feature-closed.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
appName: zeta-house-docs
2020
appHostname: docs.zeta.house
2121
featureBranch: ${{ github.head_ref || inputs.featureBranch }}
22+
environment: feature
2223
secrets:
2324
NIXPKGS_PRIVATE_PAT: ${{ secrets.NIXPKGS_PRIVATE_PAT }}
2425
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/feature.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: MatrixAI/.github/.github/workflows/application-js-cloudflare-feature.yml@master
2020
with:
2121
ref: master
22+
environment: feature
2223
secrets:
2324
NIXPKGS_PRIVATE_PAT: ${{ secrets.NIXPKGS_PRIVATE_PAT }}
2425
DEPLOY_SECRETS: |

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: MatrixAI/.github/.github/workflows/application-js-cloudflare-master.yml@master
1919
with:
2020
ref: master
21+
environment: master
2122
secrets:
2223
NIXPKGS_PRIVATE_PAT: ${{ secrets.NIXPKGS_PRIVATE_PAT }}
2324
DEPLOY_SECRETS: |

.github/workflows/staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: MatrixAI/.github/.github/workflows/application-js-cloudflare-staging.yml@master
2121
with:
2222
ref: master
23+
environment: staging
2324
secrets:
2425
NIXPKGS_PRIVATE_PAT: ${{ secrets.NIXPKGS_PRIVATE_PAT }}
2526
DEPLOY_SECRETS: |

0 commit comments

Comments
 (0)