Skip to content

Commit

Permalink
Merge branch 'production' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cami-espinozaq authored Nov 24, 2023
2 parents aaa86bf + 9372d48 commit 9464644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
node-version: [12.x]
python-version: [3.0]
env:
BRANCH: production
S3_BUCKET_PREFIX: hackingstudio-code4maus-projects
AWS_REGION: eu-central-1
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ module.exports = {
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
'process.env.DEBUG': Boolean(process.env.DEBUG),
'process.env.ENABLE_TRACKING': Boolean(branch === 'production'),
'process.env.BRANCH': JSON.stringify(branch),
}),
customHtmlPlugin({
entrypoint: 'app',
Expand Down

0 comments on commit 9464644

Please sign in to comment.