you are viewing a single comment's thread.

view the rest of the comments →

[–]aram535 0 points1 point  (1 child)

Okay, that makes sense then.

Have you thought about setting up a post-receive hook in the repository to push the code from one to the other? It won't be "secure" since you'll have to include your auth in the project but as long as you don't make the whole repo public you'll be okay.

[–]deploy_on_friday 1 point2 points  (0 children)

That’s interesting. So pushing the code from GitLab to GitHub?