mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-30 21:29:37 +08:00
@@ -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