Skip to content

Commit 9464644

Browse files
Merge branch 'production' into develop
2 parents aaa86bf + 9372d48 commit 9464644

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/production.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
node-version: [12.x]
1313
python-version: [3.0]
1414
env:
15+
BRANCH: production
1516
S3_BUCKET_PREFIX: hackingstudio-code4maus-projects
1617
AWS_REGION: eu-central-1
1718
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ module.exports = {
147147
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
148148
'process.env.DEBUG': Boolean(process.env.DEBUG),
149149
'process.env.ENABLE_TRACKING': Boolean(branch === 'production'),
150+
'process.env.BRANCH': JSON.stringify(branch),
150151
}),
151152
customHtmlPlugin({
152153
entrypoint: 'app',

0 commit comments

Comments
 (0)