Streamline the Elisp snippet for pushing the site to remote.

This commit is contained in:
Sergiu Ivanov 2024-09-25 16:47:24 +02:00
parent 31f23bf971
commit abbf5c5bdc

View file

@ -46,9 +46,10 @@
* Pushing to remote
Run the following command:
#+BEGIN_SRC elisp
#+BEGIN_SRC elisp :results silent
(async-shell-command "sftp -b push.sftp sivanov@pageperso.ibisc.univ-evry.fr")
#+END_SRC
The output will appear in a buffer called =*Async Shell Command*=.
* New way of updating the page <2024-09-25>