Deployment on two GitHub Repositorys

Adrian Preuß's Avatar

Adrian Preuß

08 Jun, 2017 10:42 AM

How i can create a deployment-process on two GitHub Repositorys?

The deployment/building works currently with following Repository:
https://github.com/DST-Tools/DSTEd

Currently, i want to create a second Build-Step for Language files.
For example, following script will be included:

install:

  • .\I18N.bat

The I18N.bat file fetch the source files and get all Strings to create an default Language-File. This Language-File i wan't to commit to the repository https://github.com/DST-Tools/DSTEd-Languages

  1. 1 Posted by Ilya Finkelshte... on 08 Jun, 2017 06:32 PM

    Ilya Finkelshteyn's Avatar

    Hi Adrian,

    I hope I understand you correctly. You need access second repository to create Language-File, which will be used during the build, right? In this case you approach with separate .bat file is OK. Do you have some specific issues with this .bat file?

    Another option you may be interested in is git submodules. If you have private repository, please look at this article.

  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:17 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac