Skip to content

Commit 01f8a2c

Browse files
committed
Merge branch 'main' into feat/224-shared-navigation-sidebars
# Conflicts: # frontend/src/lib/features/collections/CollectionsNavigation.svelte
2 parents 6c04514 + c147ec1 commit 01f8a2c

98 files changed

Lines changed: 7837 additions & 1792 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Backup Contract
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
permissions:
10+
contents: read
11+
12+
jobs:
13+
backup-contract:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
17+
- name: Run Docker-free backup contract test
18+
run: |
19+
bash -n deploy/backup.sh
20+
bash -n deploy/test-backup.sh
21+
bash deploy/test-backup.sh

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ We are especially interested in early bug reports and real-world feedback about
5959
- [Build instructions](BUILD.md)
6060
- [Contributing guide](CONTRIBUTING.md)
6161
- [Logging configuration](LOGGING.md)
62+
- [Docker backup and restore](deploy/backup-restore.md)
6263
- [Product documentation](https://windshift.sh/docs)
6364

6465
## License

0 commit comments

Comments
 (0)