Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadAlifBudiman committed Dec 19, 2023
2 parents 7152e8f + 0f604e2 commit 0838302
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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

0 comments on commit 0838302

Please sign in to comment.