Skip to content

Commit

Permalink
chore: fix environment
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashchoudhary07 authored Aug 13, 2024
1 parent 04c1a92 commit 5aefc01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
Deploy-to-Cloudflare:
runs-on: ubuntu-latest
environment: staging
environment: ${{ vars.CURRENT_ENVIRONMENT }}
steps:
- uses: actions/checkout@v3
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
Deploy-to-Cloudflare:
runs-on: ubuntu-latest
environment: staging
environment: ${{ vars.CURRENT_ENVIRONMENT }}
steps:
- uses: actions/checkout@v3
- run: npm install
Expand Down

0 comments on commit 5aefc01

Please sign in to comment.