Skip to content

Commit

Permalink
chore: Distribute assignSURole (#9353)
Browse files Browse the repository at this point in the history
This is helpful in the docker image for initial setup.
  • Loading branch information
Dschoordsch committed Jan 18, 2024
1 parent 62d24f1 commit 6871fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/webpack/prod.servers.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ module.exports = (config) => {
gqlExecutor: [DOTENV, path.join(GQL_ROOT, 'gqlExecutor.ts')],
preDeploy: [DOTENV, path.join(PROJECT_ROOT, 'scripts/toolboxSrc/preDeploy.ts')],
pushToCDN: [DOTENV, path.join(PROJECT_ROOT, 'scripts/toolboxSrc/pushToCDN.ts')],
migrate: [DOTENV, path.join(PROJECT_ROOT, 'scripts/toolboxSrc/standaloneMigrations.ts')]
migrate: [DOTENV, path.join(PROJECT_ROOT, 'scripts/toolboxSrc/standaloneMigrations.ts')],
assignSURole: [DOTENV, path.join(PROJECT_ROOT, 'scripts/toolboxSrc/assignSURole.ts')]
},
output: {
filename: '[name].js',
Expand Down

0 comments on commit 6871fad

Please sign in to comment.