Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 6, 2023
2 parents 897a616 + 564147a commit d22cd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/docker-env-replace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for file in $(find ./dist -type f -name "*.mjs"); do
s/({}).HEAD_SCRIPTS/\"$head_scripts\"/g;
s/({}).PUBLIC_SECRET_KEY/\"$public_secret_key\"/g;
s/({}).OPENAI_API_MODEL/\"$openai_api_model\"/g;
s/process.env.SITE_PASSWORD/\"$site_password\"/g" $file > tmp
s/({}).SITE_PASSWORD/\"$site_password\"/g" $file > tmp
mv tmp $file
done

Expand Down

0 comments on commit d22cd52

Please sign in to comment.