Änderungen Malte für SIG

This commit is contained in:
2025-10-03 10:00:11 +02:00
parent 4d21a5e8f8
commit 849a71a6c9
6 changed files with 715 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ LOCAL_DIR="$(dirname \"$0\")/src"
# === UPLOAD ===
echo "Uploading website files to $USER@$SERVER:$REMOTE_DIR ..."
sshpass -p 'BiLqHib8s5Ag2FmL' sftp -oBatchMode=no -b - $USER@$SERVER <<EOF
sftp -i ~/.ssh/id_ed25519 -oBatchMode=yes -b - $USER@$SERVER <<EOF
cd $REMOTE_DIR
put -r $LOCAL_DIR/index.html
put -r $LOCAL_DIR/impressum.html