File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ GITHUB_REPO="krossovochkin/personal-website"
77GITHUB_BRANCH=" master"
88
99printf " \033[0;32mClean up website folder...\033[0m\n"
10- cd website
10+ cd personal- website
1111git checkout ${GITHUB_BRANCH}
1212git pull origin ${GITHUB_BRANCH}
1313shopt -s extglob
1414
1515cd static/applications
16- rm -r website/static/applications/chess.kt/* || true
16+ rm -r personal- website/static/applications/chess.kt/* || true
1717
1818cd ../../..
19- cp -a composeApp/build/dist/wasmJs/productionExecutable/. website/static/applications/chess.kt
19+ cp -a composeApp/build/dist/wasmJs/productionExecutable/. personal- website/static/applications/chess.kt
2020
2121printf " \033[0;32mDeploying updates to GitHub...\033[0m\n"
22- cd website
22+ cd personal- website
2323
2424MESSAGE=" update chess.kt app $( date) "
2525git add .
You can’t perform that action at this time.
0 commit comments