fixed auth error #3

Merged
pablo merged 1 commits from dev into production 2025-03-17 16:13:28 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 5732554fe2 - Show all commits

View File

@ -10,6 +10,6 @@ PROJECT_PATH=$1
echo "Deploying project..."
cd "$PROJECT_PATH" || { echo "Directory not found: $PROJECT_PATH"; exit 1; }
git pull origin main
git pull origin production
docker compose up -d --no-deps --build nextapp
echo "Deployment finished!"

View File

@ -47,6 +47,7 @@ export const adapter = DrizzleAdapter(db, {
}) as Adapter;
export const authConfig = {
trustHost: true,
providers: [
DiscordProvider,
GoogleProvider,