Compare commits

..

No commits in common. "6bbe1a3748c474a9bd23cdff5a25c581db82f4fc" and "286735b8a5d58e2a67496947f21862b2a2955985" have entirely different histories.

2 changed files with 2 additions and 3 deletions

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 production
git pull origin main
docker compose up -d --no-deps --build nextapp
echo "Deployment finished!"
echo "Deployment finished!"

View File

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