Skip to content

Commit

Permalink
Merge branch 'feature/add-db-backup-gh-actions' into feature/improve-…
Browse files Browse the repository at this point in the history
…cset-csv-export
  • Loading branch information
pdcp1 committed Aug 29, 2024
2 parents 0562aeb + 0f974e4 commit 89d7019
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/db-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
schedule:
- cron: "0 10 * * 1" # At 10:00 on Monday.
workflow_dispatch:
inputs:
home:
description: "This can be triggered from the GH page"
required: false
default: "This is not used"

defaults:
run:
Expand Down Expand Up @@ -46,7 +41,7 @@ jobs:
./bin/backup.sh
./bin/prune.sh
./bin/list.sh
working-directory: tools/db-backup
working-directory: site/db-backup
env:
CLOUDFLARE_R2_ACCOUNT_ID: ${{ vars.CLOUDFLARE_R2_ACCOUNT_ID }}
CLOUDFLARE_R2_WRITE_ACCESS_KEY_ID: ${{ secrets.CLOUDFLARE_R2_WRITE_ACCESS_KEY_ID }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion site/gatsby-site/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const plugins = [
resolve: 'gatsby-remark-images',
options: {
maxWidth: 1035,
sizeByPixelDensity: true,
},
},
{
Expand Down

0 comments on commit 89d7019

Please sign in to comment.