Testing improved deployment script
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
git config --global user.name "Wiki Updater"
|
||||
git clone --depth=1 --branch=master https://github.com/MindustryGame/wiki ../wiki
|
||||
git clone --depth=1 --branch=master https://github.com/Anuken/Mindustry-Wiki-Generator ../Mindustry-Wiki-Generator
|
||||
cd ../Mindustry-Wiki-Generator
|
||||
"./gradlew run"
|
||||
cd ../wiki
|
||||
git add .
|
||||
git commit -m "Update to match commit ${TRAVIS_COMMIT}"
|
||||
git push https://Anuken:${GH_PUSH_TOKEN}@github.com/MindustryGame/wiki
|
||||
Reference in New Issue
Block a user