Merge pull request #420 from toeverything/develop

fix ci
This commit is contained in:
DarkSky
2022-09-14 23:41:07 +08:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
with:
context: .
push: true
file: ./.github/deployment/Dockerfile-affine
file: ./.github/deployment/Dockerfile-affine-keck
tags: ${{ env.LOCAL_CACHE }}
target: AFFiNE
+3
View File
@@ -170,6 +170,9 @@ module.exports = function (webpackConfig) {
),
new webpack.DefinePlugin({
JWT_DEV: !isProd,
'process.env.AFFINE_FEATURE_FLAG_TOKEN': JSON.stringify(
process.env['AFFINE_FEATURE_FLAG_TOKEN']
),
global: {},
}),
isProd &&