Skip to content
Snippets Groups Projects
Commit 3d3e4120 authored by Millicent Billette's avatar Millicent Billette
Browse files

Script de mirroring vers github.

parent 57804c47
No related branches found
No related tags found
No related merge requests found
.idea/
Thumbs.db
# inspiré de : https://forum.duniter.org/t/doppler-gitlab/3183/30
# GITHUB_URL_AND_KEY should look like https://duniter-gitlab:TOKEN@github.com/chemin/vers/ton/depot/github
mirror_to_github:
script:
- git remote add github $GITHUB_URL_AND_KEY
- git config --global user.email "contact@duniter.org"
- git config --global user.name "Duniter"
- git push --force --mirror github
\ No newline at end of file
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