You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: opensaas-sh/blog/src/content/docs/guides/deploying.mdx
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,13 @@ These are the steps necessary for you to deploy your app. We recommend you follo
30
30
Each of these steps is covered in more detail below.
31
31
32
32
### Prerequisites
33
-
34
-
Make sure you've got all your API keys and environment variables set up before you deploy.
33
+
#### AWS S3 CORS configuration
34
+
If you're storing files in AWS S3, ensure you've listed your production domain
35
+
in the bucket's CORS configuration under `AllowedOrigins`. Check the [File
36
+
uploading guide](/guides/file-uploading/#change-the-cors-settings) for details.
35
37
36
38
#### Env Vars
39
+
Make sure you've got all your API keys and environment variables set up before you deploy.
37
40
##### Payment Processor Vars
38
41
In the [Payments Processor integration guide](/guides/payments-integration/), you set up your API keys using test keys and test product ids. You'll need to get the live/production versions of those keys. To get these, repeat the instructions in the [Integration Guide](/guides/payments-integration/) without being in test mode. Add the new keys to your deployed environment secrets.
0 commit comments