From 5f45131ec04f6ed94a551da08cd2aa289d5ddb2e Mon Sep 17 00:00:00 2001 From: Diego Albitres Date: Wed, 18 May 2022 00:30:15 -0500 Subject: [PATCH] chore(sync): initial setup of fake API file sync --- .github/sync.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/sync.yml diff --git a/.github/sync.yml b/.github/sync.yml new file mode 100644 index 0000000..aa62d6a --- /dev/null +++ b/.github/sync.yml @@ -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