Skip to content

Commit d290bd8

Browse files
committed
update some config
1 parent ba74bc5 commit d290bd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

script/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
set -e
33

4-
DEPLOY_PATH="/home/ny/project/final"
5-
VENV_PATH="/home/ny/project/venv"
4+
DEPLOY_PATH="/home/ny/projects/final"
5+
VENV_PATH="/home/ny/projects/venv"
66

77
echo "=== Deploying frontend ==="
88
cd $DEPLOY_PATH/frontend

0 commit comments

Comments
 (0)