Skip to content

Commit

Permalink
initial project
Browse files Browse the repository at this point in the history
  • Loading branch information
zargarzadehm committed Aug 17, 2023
0 parents commit f1b9da5
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/mirroring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Mirroring

on:
push:
branches:
- master
- dev

jobs:
git-sync:
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: ${GITHUB_REPOSITORY}
source_branch: ${{github.ref_name}}
destination_repo: 'https://${{ secrets.DESTINATION_USER }}:${{ secrets.DESTINATION_TOKEN }}@${{ secrets.DESTINATION_SERVER }}/ergo/${GITHUB_REPOSITORY}.git'
destination_branch: ${{github.ref_name}}
15 changes: 15 additions & 0 deletions .gitlab/issue_templates/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
**Issue Description:**

<TBD / N/A>

**Solution:**

<TBD / N/A>

**Acceptance Conditions:**

<TBD / N/A>

**Requierd Unit Tests:**

<TBD / N/A>
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Operation

### Table of Contents

- [Watcher](#watcher)


0 comments on commit f1b9da5

Please sign in to comment.