Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
my-test-group
TestAppCiNew
Commits
eb5895ea
Commit
eb5895ea
authored
Nov 27, 2025
by
jayed nahian
Browse files
fix-99
parent
1212e6cc
Pipeline
#8121
passed with stage
in 2 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
eb5895ea
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment