update pour test

This commit is contained in:
cangui 2024-10-10 19:21:30 +02:00
parent 0e0f4c4968
commit 854266faf7

View File

@ -1,5 +1,5 @@
#!/bin/sh
cd /app
cd /app/manga-backend-server
if [ -d ".git" ]; then
echo "Updating repository..."
git pull origin main