new structure

This commit is contained in:
Oliver
2025-08-08 16:54:00 -03:00
parent dc80dd9522
commit 3b2d644a1b
33 changed files with 391 additions and 16 deletions

View File

@@ -1,9 +1,11 @@
# ~/.bashrc
echo "command: mount_volume <volume>"
echo "alias: set_dev"
echo "alias: set_prod"
set_dev() {
export HOSTS_FILE="dev"
export hosts_file="/app/hosts.dev"
set_prod() {
export HOSTS_FILE="/app/hosts.all"
echo "HOSTS_FILE set to: $HOSTS_FILE"
}