fix the errors in dashboard

This commit is contained in:
root
2026-05-23 19:03:15 -04:00
parent c6cebdd125
commit f5292f8b6c
29 changed files with 1085 additions and 126 deletions
+3
View File
@@ -157,6 +157,9 @@ deploy_to_vps:
echo '-- Pulling pre-built image --'
docker pull $DOCKER_IMAGE
echo '-- Ensuring uploads volume exists --'
docker volume create rentaldrivego-prod_api_uploads >/dev/null
echo '-- Restarting services --'
APP_IMAGE=$IMAGE_REPOSITORY \
APP_VERSION=$CI_COMMIT_SHORT_SHA \