remove identity file usage
This commit is contained in:
@@ -9,7 +9,7 @@ LOCAL_DIR="$(dirname \"$0\")/src"
|
|||||||
|
|
||||||
# === UPLOAD ===
|
# === UPLOAD ===
|
||||||
echo "Uploading website files to $USER@$SERVER:$REMOTE_DIR ..."
|
echo "Uploading website files to $USER@$SERVER:$REMOTE_DIR ..."
|
||||||
sftp -i ~/.ssh/id_ed25519 -oBatchMode=yes -b - $USER@$SERVER <<EOF
|
sftp $USER@$SERVER <<EOF
|
||||||
cd $REMOTE_DIR
|
cd $REMOTE_DIR
|
||||||
put -r $LOCAL_DIR/index.html
|
put -r $LOCAL_DIR/index.html
|
||||||
put -r $LOCAL_DIR/impressum.html
|
put -r $LOCAL_DIR/impressum.html
|
||||||
|
|||||||
Reference in New Issue
Block a user