Deployment on two GitHub Repositorys
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
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
1 Posted by Ilya Finkelshte... on 08 Jun, 2017 06:32 PM
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.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:17 AM.