Skip to content

Commit 03f6723

Browse files
committed
fix db stuff
1 parent f92013a commit 03f6723

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ jobs:
100100
DEPLOY_REMOTE_HOST: 104.36.23.197
101101
DEPLOY_REMOTE_PORT: 2048
102102
DEPLOY_REMOTE_USER: ubuntu
103-
DEPLOY_REMOTE_DIR: www/coldfollow.com/coldfollow-web
103+
DEPLOY_REMOTE_DIR: www/convert2doc.com/convert2doc-web
104104
INSTALL_SERVICE: true

supabase/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A string used to distinguish different Supabase projects on the same host. Defaults to the working
22
# directory name when running `supabase init`.
3-
project_id = "bqvvdyaodxojwuudigna"
3+
project_id = "arokhsfbkdnfuklmqajh"
44

55
[api]
66
# Port to use for the API URL.
@@ -28,9 +28,9 @@ port = 54323
2828
[auth]
2929
# The base URL of your website. Used as an allow-list for redirects and for constructing URLs used
3030
# in emails.
31-
site_url = "https://coldfollow.com"
31+
site_url = "https://convert2doc.com"
3232
# A list of *exact* URLs that auth providers are permitted to redirect to post authentication.
33-
additional_redirect_urls = ["https://coldfollow.com"]
33+
additional_redirect_urls = ["https://convert2doc.com"]
3434
# How long tokens are valid for, in seconds. Defaults to 3600 (1 hour), maximum 604,800 seconds (1
3535
# week).
3636
jwt_expiry = 3600

0 commit comments

Comments
 (0)