Skip to content

Commit 68fcc2d

Browse files
FIX (comparisons): Fix pgBackRest comparison
1 parent bedcb49 commit 68fcc2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: "20"
32-
cache: "npm"
3332

3433
- name: Setup Pages
3534
uses: actions/configure-pages@v5

app/postgresus-vs-pgbackrest/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,9 +658,10 @@ export default function PostgresusVsPgBackRestPage() {
658658
<ul>
659659
<li>Local storage (POSIX, CIFS)</li>
660660
<li>Amazon S3 and S3-compatible services</li>
661+
<li>Cloudflare R2 (S3-compatible)</li>
661662
<li>Azure Blob Storage</li>
662-
<li>Google Cloud Storage</li>
663663
<li>NAS (Network-attached storage)</li>
664+
<li>Google Cloud Storage</li>
664665
<li>SFTP</li>
665666
</ul>
666667

0 commit comments

Comments
 (0)