Skip to content

Commit

Permalink
ci: inject header color
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Feb 17, 2025
1 parent 4fa595f commit ada97c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/scripts/run-nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ envsubst '
${CLIENT_ID}
${SCOPES}
${FEATURE_FLAGS}
${HEADER_COLOR}
' </usr/share/nginx/html/index.html >/usr/share/nginx/html/tmp.html
mv /usr/share/nginx/html/tmp.html /usr/share/nginx/html/index.html
nginx -g 'daemon off;'

0 comments on commit ada97c0

Please sign in to comment.