Skip to content

Commit

Permalink
chore: add env to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Dec 6, 2024
1 parent 007f4a0 commit e504da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,15 @@ jobs:
REMOTE_MODULES_BASE_PATH: 'https://cdn.rudderlabs.com/${{ inputs.s3_dir_path }}/modern/plugins'
BUGSNAG_API_KEY: ${{ secrets.BUGSNAG_API_KEY }}
BUGSNAG_RELEASE_STAGE: ${{ inputs.bugsnag_release_stage }}
LOCK_DEPS_VERSION: ${{ inputs.environment == 'production' && true || false }}
run: |
npm run setup:ci
- name: Build artifacts
env:
BUGSNAG_API_KEY: ${{ secrets.BUGSNAG_API_KEY }}
BUGSNAG_RELEASE_STAGE: ${{ inputs.bugsnag_release_stage }}
LOCK_DEPS_VERSION: ${{ inputs.environment == 'production' && true || false }}
run: |
npm run build:browser
npm run build:browser:modern
Expand Down

0 comments on commit e504da7

Please sign in to comment.