Skip to content

Commit

Permalink
chore: allow netlify deploys if auto-publishing is turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat authored Jan 23, 2024
1 parent a1d3a4e commit cf0442e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/publisher.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineConfig({
? [
`pnpm netlify env:set AWS_LAMBDA_JS_RUNTIME nodejs18.x`,
`pnpm netlify env:set DRUPAL_EXTERNAL_URL ${process.env.DRUPAL_EXTERNAL_URL}`,
`pnpm netlify deploy --cwd=. --dir=public --prod`,
`pnpm netlify deploy --cwd=. --dir=public --prodIfUnlocked`,
].join(' && ')
: 'echo "Fake deployment done"',
},
Expand Down

0 comments on commit cf0442e

Please sign in to comment.