Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/restore-backup-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
type: string
description: |
The sourceFile of the backup in the bucket to restore, e.g.
ecamp3-dev/2023-07-17-12-55-33-ecamp3-dev.sql.gz.gpg
ecamp3-dev/2023-07-17-12-55-33-ecamp3-dev.sql.gz.gpg.
Use "latest" for the latest backup.
required: true
default: latest
pr-number:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/restore-backup-stage-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
type: string
description: |
The restoreSourceFile of the backup in the bucket to restore, e.g.
ecamp3-staging/2023-07-17-12-55-33-ecamp3-staging.sql.gz.gpg
ecamp3-staging/2023-07-17-12-55-33-ecamp3-staging.sql.gz.gpg.
Use "latest" for the latest backup.
required: true
default: latest
branch:
Expand Down