Skip to content

Commit

Permalink
Add in env vars for building deployment package (Flagsmith#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Jun 14, 2021
1 parent 13577d3 commit e804feb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/frontend-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ jobs:
env:
ASSET_URL: https://cdn.flagsmith.com
ENV: prod
AMPLITUDE: ${{ secrets.AMPLITUDE }}
CRISP_CHAT: ${{ secrets.CRISP_CHAT }}
DEPLOYMENT_SLACK_CHANNEL: ${ secrets.DEPLOYMENT_SLACK_CHANNEL }}
E2E_SLACK_CHANNEL: ${{ secrets.E2E_SLACK_CHANNEL }}
EVENTS_SLACK_CHANNEL: ${{ secrets.EVENTS_SLACK_CHANNEL }}
FLAGSMITH_ANALYTICS: ${{ secrets.FLAGSMITH_ANALYTICS }}
GA: ${{ secrets.GA }}
LINKEDIN: ${{ secrets.LINKEDIN }}
MIXPANEL: ${{ secrets.MIXPANEL }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
run: |
npm i
npm run env
Expand Down

0 comments on commit e804feb

Please sign in to comment.