Skip to content

Commit

Permalink
Fix auth url for remote next.
Browse files Browse the repository at this point in the history
  • Loading branch information
elarsaks committed Feb 10, 2024
1 parent 030f69d commit 29cdfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
--name gorilla-labs-client \
--network gorilla-labs-network \
-p 3000:3000 \
-e NEXTAUTH_URL=https://gorilla-labs.com/api/auth/ \
-e NEXTAUTH_URL=https://gorilla-labs.com/api/auth/callback/linkedin \
-e NEXTAUTH_SECRET=${{ secrets.NEXTAUTH_SECRET }} \
-e NEXT_LINKEDIN_CLIENT_ID=${{ secrets.NEXT_LINKEDIN_CLIENT_ID }} \
-e NEXT_LINKEDIN_CLIENT_SECRET=${{ secrets.NEXT_LINKEDIN_CLIENT_SECRET }} \
Expand Down

0 comments on commit 29cdfdb

Please sign in to comment.