#797 Оптимизация потребления RAM для 4000+ сотрудников #277
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror GitHub To GitVerse | |
on: [push] | |
jobs: | |
mirror_to_gitverse: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- uses: jorikfon/mirror-action@master | |
with: | |
REMOTE: ssh://[email protected]:2222/mikopbx/Core.git | |
GIT_SSH_PRIVATE_KEY: ${{ secrets.GITVERSE_SSH_PRIVATE_KEY }} | |
GIT_SSH_NO_VERIFY_HOST: "true" |