chore: deploy pipeline auto-sync
This commit is contained in:
@@ -10,4 +10,7 @@ for f in "$SRC"/*.py; do
|
||||
ln -f "$f" "$DST/$name"
|
||||
count=$((count+1))
|
||||
done
|
||||
echo "synced $count scripts (hardlink)"
|
||||
ln -f "$SRC/sync_profile_scripts.sh" "$DST/sync_profile_scripts.sh" 2>/dev/null || true
|
||||
echo "synced $count scripts (hardlink)"
|
||||
mkdir -p /home/hmo/MoFin/gateway/logs
|
||||
echo "$(date '+%F %T') synced $count scripts" >> /home/hmo/MoFin/gateway/logs/link_sync.log
|
||||
Reference in New Issue
Block a user