We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2426e51 commit 170353bCopy full SHA for 170353b
scripts/deploy.sh
@@ -32,6 +32,6 @@ download_file() {
32
}
33
34
(cd $WEB_ROOT && download_file)
35
-(cd $WEB_ROOT && bash ./deploy-backend.sh)
+(cd $WEB_ROOT && bash ./scripts/deploy-backend.sh)
36
37
echo " ========== done ========== "
0 commit comments