Skip to content

Create sync.yml

Create sync.yml #1

Workflow file for this run

name: Glitch Sync
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync to Glitch Project
uses: wei/git-sync@v3
with:
source_repo: https://github.com/MuhammadAlifBudiman/Sistem-Pengelolaan-Pasien.git
source_branch: main
destination_repo: ${{ secrets.GLITCH_GIT_URL }}
destination_branch: master