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

Commit

Permalink
Merge pull request #14 from futureleadersupc/chore/setup-sync
Browse files Browse the repository at this point in the history
chore(sync): initial setup of fake API file sync
  • Loading branch information
dalbitresb12 authored May 18, 2022
2 parents e6d6921 + 5f45131 commit 7947a9e
Showing 1 changed file with 13 additions and 0 deletions.
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

0 comments on commit 7947a9e

Please sign in to comment.