Streamline the Elisp snippet for pushing the site to remote.
This commit is contained in:
parent
31f23bf971
commit
abbf5c5bdc
1 changed files with 2 additions and 1 deletions
|
@ -46,9 +46,10 @@
|
||||||
|
|
||||||
* Pushing to remote
|
* Pushing to remote
|
||||||
Run the following command:
|
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")
|
(async-shell-command "sftp -b push.sftp sivanov@pageperso.ibisc.univ-evry.fr")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
The output will appear in a buffer called =*Async Shell Command*=.
|
The output will appear in a buffer called =*Async Shell Command*=.
|
||||||
|
|
||||||
* New way of updating the page <2024-09-25>
|
* New way of updating the page <2024-09-25>
|
||||||
|
|
Loading…
Reference in a new issue