Compare commits
No commits in common. "6bbe1a3748c474a9bd23cdff5a25c581db82f4fc" and "286735b8a5d58e2a67496947f21862b2a2955985" have entirely different histories.
6bbe1a3748
...
286735b8a5
@ -10,6 +10,6 @@ PROJECT_PATH=$1
|
|||||||
|
|
||||||
echo "Deploying project..."
|
echo "Deploying project..."
|
||||||
cd "$PROJECT_PATH" || { echo "Directory not found: $PROJECT_PATH"; exit 1; }
|
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
|
docker compose up -d --no-deps --build nextapp
|
||||||
echo "Deployment finished!"
|
echo "Deployment finished!"
|
||||||
@ -47,7 +47,6 @@ export const adapter = DrizzleAdapter(db, {
|
|||||||
}) as Adapter;
|
}) as Adapter;
|
||||||
|
|
||||||
export const authConfig = {
|
export const authConfig = {
|
||||||
trustHost: true,
|
|
||||||
providers: [
|
providers: [
|
||||||
DiscordProvider,
|
DiscordProvider,
|
||||||
GoogleProvider,
|
GoogleProvider,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user