Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ParzivalEugene committed Aug 26, 2024
1 parent 318bf73 commit b5db3ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ RUN --mount=type=secret,id=SPOTIFY_CLIENT_ID \
--mount=type=secret,id=GH_TOKEN \
export SPOTIFY_CLIENT_ID=$(cat /run/secrets/SPOTIFY_CLIENT_ID) &&\
export SPOTIFY_CLIENT_SECRET=$(cat /run/secrets/SPOTIFY_CLIENT_ID) &&\
export GH_TOKEN=$(cat /run/secrets/SPOTIFY_CLIENT_ID)

RUN corepack enable pnpm && pnpm run build
export GH_TOKEN=$(cat /run/secrets/SPOTIFY_CLIENT_ID) && \
corepack enable pnpm &&\
pnpm run build

FROM base AS runner
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "links",
"version": "0.4.4",
"version": "0.4.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit b5db3ee

Please sign in to comment.