Skip to content

Commit

Permalink
Deploy to EBRAINS (#671)
Browse files Browse the repository at this point in the history
* Mirror to EBRAINS GitLab
  • Loading branch information
Helveg committed Jan 10, 2023
1 parent e7710ba commit 7ede078
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ebrains.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Mirror to Ebrains

on:
push:
branches: [ main ]

jobs:
deploy_ebrains:
runs-on: ubuntu-latest
environment: EBRAINS
steps:
- name: Mirror to EBRAINS Gitlab
uses: wei/git-sync@v3
with:
source_repo: dbbs-lab/bsb
source_branch: main
destination_repo: https://push:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/robinde/bsb.git
destination_branch: main

0 comments on commit 7ede078

Please sign in to comment.