Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

chore(sync): initial setup of fake API file sync #14

Merged
merged 1 commit into from
May 18, 2022
Merged
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
13 changes: 13 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
futureleadersupc/waw-backend-json:
- source: server/db.json
dest: db.json
- source: server/routes.json
dest: routes.json
- source: .github/workflows/sync.yml
dest: .github/workflows/sync.yml

futureleadersupc/waw-frontend-vue:
- source: server/
dest: server/
- source: .github/workflows/sync.yml
dest: .github/workflows/sync.yml