2e commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.DS_Store
|
||||
@@ -1,10 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
#MkDocs
|
||||
|
||||
cd /Users/bruno/project
|
||||
mkdocs build
|
||||
#noti -t 'MkDocs' -m 'Upload termine' scp -P42666 -r ./central_docs bruno@192.168.1.7:/volume1/web
|
||||
scp -P42666 -r ./central_docs bruno@192.168.1.7:/volume1/web
|
||||
terminal-notifier -title 'MkDocs' -message 'Envoi terminé !' -sound 'Glass'
|
||||
#scp -P42666 -r ./central_docs bruno@clicclac.synology.me:/volume1/web
|
||||
#rsync -rav -e ssh ./central_docs bruno@192.168.1.7:/volume1/web/tt
|
||||
terminal-notifier -title 'MkDocs' -message 'Envoi terminé !' -sound 'Glass'
|
||||
exit
|
||||
Reference in New Issue
Block a user