Skip to content

Commit

Permalink
Merge pull request #69 from farabi-deriv/setup-env-variable-for-build…
Browse files Browse the repository at this point in the history
…-and-deploy-staging

chore: add environment as staging in actions
  • Loading branch information
farabi-deriv authored Oct 1, 2024
2 parents 9be7d71 + d6a1a9b commit 9b6b147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build_to_cloudflare_pages:
timeout-minutes: 30
runs-on: ubuntu-latest
environment: staging
steps:
- name: Checkout to main branch
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
build_to_cloudflare_pages:
timeout-minutes: 30
runs-on: ubuntu-latest
environment: staging
steps:
- name: Verify user
uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v1'
Expand Down

0 comments on commit 9b6b147

Please sign in to comment.