update to git

This commit is contained in:
2026-08-10 10:45:57 +07:00
parent a287885db2
commit 0158b9938a
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -77,6 +77,11 @@ class Pasien extends BaseController
->countAllResults(),
];
$data['app'] = [
'version' => getenv('APP_VERSION') ?: '1.0.0',
'status' => getenv('APP_STATUS') ?: 'Unknown',
];
return view('dashboard', $data);
}
+2 -1
View File
@@ -20,7 +20,8 @@ docker build --build-arg APP_VERSION=$app_version -t $tag .
docker tag $tag $latest
#push to dockerhub
docker login git.rssa.top -u stim -p 4fde63b07906e7bfa6b3493d76d153a3981039b9
#docker login git.rssa.top -u stim -p 4fde63b07906e7bfa6b3493d76d153a3981039b9
docker login git.rssa.top -u ryan -p c55464c5b65716a35f2b106ea2ebd13416167c59
docker push $tag
docker push $latest