fixed deploy

This commit is contained in:
Deep Koluguri 2025-11-06 19:11:04 -05:00
parent 9c4f353abd
commit 004328489d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ if [ "$1" == "" ] || [ "$1" == "frontend" ] || [ "$1" == "--force" ]; then
flutter pub get flutter pub get
BUILD_NUMBER=$(date +%s) BUILD_NUMBER=$(date +%s)
flutter build web --release --web-renderer html --pwa-strategy=none --build-number=$BUILD_NUMBER flutter build web --release --pwa-strategy=none --build-number=$BUILD_NUMBER
echo "📦 Build version: $BUILD_NUMBER" echo "📦 Build version: $BUILD_NUMBER"
pm2 restart luckychit-frontend pm2 restart luckychit-frontend