projects
/
startseite.malte70.de.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef181e
)
🐛 Pfad zum DocumentRoot in justfile angepasst.
author
Malte Bublitz
<malte@rolltreppe3.de>
Tue, 20 May 2025 16:55:06 +0000
(18:55 +0200)
committer
Malte Bublitz
<malte@rolltreppe3.de>
Tue, 20 May 2025 16:55:06 +0000
(18:55 +0200)
Da auf meinem Webserver kürzlich die Verzeichnis-Hierarchie der
Webseiten überarbeitet wurde, stimmte der Pfad im justfile nicht mehr.
justfile
patch
|
blob
|
history
diff --git
a/justfile
b/justfile
index e1b34fbae2c2110eb2daf39eb7f4b146cd52e219..d5f42f2d8507ef3a8e434b3da8dbe1ec87207f81 100644
(file)
--- a/
justfile
+++ b/
justfile
@@
-1,5
+1,5
@@
-remote_host := "
web
"
-remote_path := "/
srv/http/malte70/startseite.malte70.d
e"
+remote_host := "
tau.rt3x.de
"
+remote_path := "/
var/www/malte70.de/startseit
e"
default: deploy