diff options
| author | St33v <github@f3rr3t.com> | 2026-02-01 15:28:50 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2026-02-01 15:28:50 +1100 |
| commit | cfd976111017370481aa1b0396f037d413b870d6 (patch) | |
| tree | 4fcbe3da56d70914a265d6e3a5be54af776dffd2 /forge/script/stagePublisher.sh | |
| parent | 5050c8d30aadbf9c41fe0a36397cc82a5572b847 (diff) | |
no need to nuke the staged files everytime!
Diffstat (limited to 'forge/script/stagePublisher.sh')
| -rwxr-xr-x[-rw-r--r--] | forge/script/stagePublisher.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forge/script/stagePublisher.sh b/forge/script/stagePublisher.sh index 57265f2..557477e 100644..100755 --- a/forge/script/stagePublisher.sh +++ b/forge/script/stagePublisher.sh @@ -9,8 +9,8 @@ SOTD_BUILD="$HOME/dox/st33v.com/sotd/.faircamp_build/" STAGE="$HOME/dox/st33v.com/stage" REMOTE="st33v@st33v.com:/srv/www/st33v.com/" -rm -rf "$STAGE" -mkdir -p "$STAGE/sotd" +# rm -rf "$STAGE" +# mkdir -p "$STAGE/sotd" # materialize staging tree (real files) rsync -a --delete "$ROOT_BUILD" "$STAGE/" |
