Skip to content

Commit

Permalink
Merge branch 'main' into tobbe-rsc-remove-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Sep 6, 2024
2 parents 2af5b15 + f567255 commit ae9801f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: 'Upload artifact'
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.pre.node20
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
with:
name: SARIF file
path: results.sarif
Expand Down
7 changes: 6 additions & 1 deletion docs/docs/uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,12 @@ This is because Prisma doesn't have a native File type. Instead, we store the fi
### 2. Configuring the Upload savers and Uploads extension

To make it easier (and more consistent) dealing with file uploads, Redwood gives you a standardized way of saving your uploads (i.e. write to storage) by using what we call "savers," along with our custom Uploads extension that will handle deletion and updates automatically for you.
:::note The rest of the doc assumes you are running a "Serverful" configuration for your deployments, as it involves the file system. :::

:::note

The rest of the doc assumes you are running a "Serverful" configuration for your deployments, as it involves the file system.

:::

Let's first run the setup command:

Expand Down

0 comments on commit ae9801f

Please sign in to comment.