diff --git a/scripts/new-static-site-app.sh b/scripts/new-static-site-app.sh index 120d3f8..56edf4b 100755 --- a/scripts/new-static-site-app.sh +++ b/scripts/new-static-site-app.sh @@ -12,6 +12,7 @@ if [ -z "$APP_ID" ]; then fi APP_DIR="$WORKSPACE_DIR/$APP_ID" +TARGET_DIR="$APP_DIR" TOOLS_DIR="$WORKSPACE_DIR/appfactory-tools" mkdir -p "$APP_DIR"