Skip to content
Snippets Groups Projects
Commit 36261c64 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

distinct job

parent ee3ee689
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,4 @@ jobs:
with:
target-url: https://gitlab.com/osuny/admin.git
target-username: ${{ secrets.GITLAB_TARGET_USERNAME }}
target-token: ${{ secrets.GITLAB_TARGET_TOKEN }}
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: https://forge.naos-cluster.tech/osuny/admin.git
target-username: ${{ secrets.GITLAB_NAOS_USERNAME }}
target-token: ${{ secrets.GITLAB_NAOS_TOKEN }}
target-token: ${{ secrets.GITLAB_TARGET_TOKEN }}
\ No newline at end of file
name: GitlabSync
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: https://forge.naos-cluster.tech/osuny/admin.git
target-username: ${{ secrets.GITLAB_NAOS_USERNAME }}
target-token: ${{ secrets.GITLAB_NAOS_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment