feat: reshuffle files
This commit is contained in:
@@ -15,7 +15,7 @@ declare -A RCLONE_MOUNTS=(
|
||||
)
|
||||
|
||||
declare -A SSHFS_MOUNTS=(
|
||||
["hephaestus"]="/home/oc/docker_config:/home/jamie/dao/storage/hephaestus/docker_config"
|
||||
["hephaestus"]="/home/oc/dao:/home/jamie/dao/storage/hephaestus"
|
||||
)
|
||||
|
||||
# Options
|
||||
|
||||
16
scripts/on_demand/deploy.sh
Normal file
16
scripts/on_demand/deploy.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
# ---
|
||||
# @file_name: deploy.sh
|
||||
# @description: deploy files into their relevant directories
|
||||
# @date: 2025-11-11
|
||||
# @version: 0.01
|
||||
# @usage: ./deploy.sh [-h|--help]
|
||||
#
|
||||
# @author: Jamie Albert
|
||||
# @author_contact: <mailto:jamie.albert@flatmail.me
|
||||
# @license: GNU Affero General Public License v3.0 (Included in LICENSE)
|
||||
# Copyright (C) 2025, Jamie Albert
|
||||
# ---
|
||||
set -euo pipefail
|
||||
|
||||
cd cradle
|
||||
Reference in New Issue
Block a user