Skip to content

Commit efd9445

Browse files
committed
(fix) - Allow dotenv to use system vars. Update deploy push branch to master
1 parent f0de58e commit efd9445

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
workflow_dispatch:
77
jobs:
88
deploy:

webpack.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ module.exports = {
109109
$: "jquery",
110110
jQuery: "jquery"
111111
}),
112-
new Dotenv()
112+
new Dotenv({
113+
systemvars: true
114+
})
113115
],
114116
optimization: {
115117
minimizer: [

0 commit comments

Comments
 (0)