Commit eb5895ea authored by jayed nahian's avatar jayed nahian
Browse files

fix-99

parent 1212e6cc
Pipeline #8121 passed with stage
in 2 minutes and 34 seconds
......@@ -65,16 +65,15 @@ deploy_job:
# -----------------------
# Find & Rename APK
# -----------------------
- find ./app/build/outputs/apk -type f -name "*.apk"
- APK_DIR="./app/build/outputs/apk/release"
- cd $APK_DIR
- APK_NAME="$APK_NAME_PREFIX"_"$VERSION_NAME"_$(date '+%d%B').apk
- mv app-release.apk "$APK_NAME"
# -----------------------
# Upload APK
# -----------------------
- scp -P $SSH_PORT "$APK_NAME.apk" $SSH_USER@$SERVER_IP:/var/www/n.trucklagbe.com/html/APK/QO/
- scp -P $SSH_PORT "$APK_NAME" $SSH_USER@$SERVER_IP:/var/www/n.trucklagbe.com/html/APK/QO/
# - scp -P $SSH_PORT *.apk $SSH_USER@$SERVER_IP:/var/www/n.trucklagbe.com/html/APK/QO/
except:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment