2e commit

This commit is contained in:
2018-01-29 10:32:12 +01:00
parent 43c7e0cc64
commit bae1e4d153
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.DS_Store

View File

@@ -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