Add push command
This commit is contained in:
parent
3cc073112f
commit
6cb727ffbf
1 changed files with 5 additions and 0 deletions
5
push.sh
Executable file
5
push.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd hugo
|
||||||
|
hugo
|
||||||
|
scp -r public/* raspberrypi:/var/www/html/notes/hugo/public
|
||||||
Loading…
Add table
Add a link
Reference in a new issue