Updating site via make at 2024-02-17T17:56:53+02:00
This commit is contained in:
parent
81309edbcd
commit
0a00d3117e
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -4,4 +4,7 @@ write:
|
|||
./noter/writer.sh public
|
||||
|
||||
publish:
|
||||
git add public
|
||||
git commit -m "Updating site via make at $$(date --iso=seconds)"
|
||||
git push
|
||||
ssh siina.monster "cd /var/www/siina.monster && git pull"
|
||||
|
|
Reference in a new issue