2
.github/workflows/affine-keck.yml
vendored
2
.github/workflows/affine-keck.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user