This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/scripts/deploy.sh
2025-03-07 14:59:06 +01:00

10 lines
224 B
Bash

#!/bin/bash
# Example script for Google Drive operations using rclone
# Define local and remote paths
LOCAL_DIR="./dist"
GDRIVE_DIR="polymech:/httpdocs"
rclone copy "${LOCAL_DIR}" "${GDRIVE_DIR}" --progress --transfers 4