fix deployment folder permisions

This commit is contained in:
Marko Djordjevic 2026-02-18 22:33:25 +01:00
parent 385e7944b7
commit 86a8cc66b6
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,6 @@
#!/bin/bash
# deploy-zero-downtime.sh
cd /home/exedev/candle_annotator
echo "🔄 Pulling latest code..."
git pull