Skip to content

Commit 2611f60

Browse files
Update deploy.sh
1 parent 94cc25f commit 2611f60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ GITHUB_REPO="krossovochkin/personal-website"
77
GITHUB_BRANCH="master"
88

99
printf "\033[0;32mClean up website folder...\033[0m\n"
10-
cd website
10+
cd personal-website
1111
git checkout ${GITHUB_BRANCH}
1212
git pull origin ${GITHUB_BRANCH}
1313
shopt -s extglob
1414

1515
cd static/applications
16-
rm -r website/static/applications/chess.kt/* || true
16+
rm -r personal-website/static/applications/chess.kt/* || true
1717

1818
cd ../../..
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

2121
printf "\033[0;32mDeploying updates to GitHub...\033[0m\n"
22-
cd website
22+
cd personal-website
2323

2424
MESSAGE="update chess.kt app $(date)"
2525
git add .

0 commit comments

Comments
 (0)