docs
This commit is contained in:
parent
e276c47686
commit
f9e276282a
12 changed files with 26 additions and 50 deletions
|
|
@ -7,12 +7,12 @@ writeShellScriptBin "homelab-docs-deployment" ''
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cat << 'EOF'
|
||||
cat << EOF
|
||||
# Current Deployment State
|
||||
|
||||
> Current homelab deployment configuration
|
||||
>
|
||||
> Generated on: $(date)
|
||||
> Generated on: $(date -R)
|
||||
> Working directory: $(pwd)
|
||||
|
||||
## Deployment Summary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue