mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-21 19:35:41 +00:00
This commit is contained in:
parent
3d0b79bb15
commit
191e3a7e9a
@ -1,4 +1,3 @@
|
||||
node_modules
|
||||
.git
|
||||
.env
|
||||
.next
|
@ -45,6 +45,8 @@ RUN --mount=type=secret,id=SPOTIFY_CLIENT_ID \
|
||||
export SPOTIFY_REFRESH_TOKEN=$(sed -n 's/^NEXT_PUBLIC_SUPABASE_ANON_KEY=\(.*\)$/\1/p' .env) && \
|
||||
export SPOTIFY_REFRESH_TOKEN=$(sed -n 's/^SUPABASE_SERVICE_ROLE_KEY=\(.*\)$/\1/p' .env)
|
||||
|
||||
RM .env
|
||||
|
||||
# Next.js collects completely anonymous telemetry data about general usage.
|
||||
# Learn more here: https://nextjs.org/telemetry
|
||||
# Uncomment the following line in case you want to disable telemetry during the build.
|
||||
|
Loading…
Reference in New Issue
Block a user