Skip to content

Commit

Permalink
trying to find the db
Browse files Browse the repository at this point in the history
  • Loading branch information
AvidDabbler committed Feb 5, 2024
1 parent 3fcc5fb commit eb021f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzle/backup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ export async function backupS3Object(bucket: string, sourceKey: string, destinat
}

cron.schedule('* * * * *', () => {
backupS3Object(envConfig.S3_BUCKET, 'data.db', '/drizzle/data.db')
backupS3Object(envConfig.S3_BUCKET, 'data.db', 'drizzle/data.db')
})

0 comments on commit eb021f5

Please sign in to comment.