Skip to content

Commit 170353b

Browse files
committed
fix deploy script
1 parent 2426e51 commit 170353b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ download_file() {
3232
}
3333

3434
(cd $WEB_ROOT && download_file)
35-
(cd $WEB_ROOT && bash ./deploy-backend.sh)
35+
(cd $WEB_ROOT && bash ./scripts/deploy-backend.sh)
3636

3737
echo " ========== done ========== "

0 commit comments

Comments
 (0)