This commit is contained in:
parent
0b33dfa56b
commit
980d1fb34d
54 changed files with 13234 additions and 0 deletions
10
justfile
Normal file
10
justfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
build:
|
||||
zensical build --clean
|
||||
|
||||
publish: build
|
||||
rsync -e ssh -av --delete-after /Users/pascal/Documents/IA/site/* craftletter@ssh-craftletter.alwaysdata.net:/home/craftletter/www/freelancing/ia
|
||||
|
||||
# connect to production server
|
||||
ssh:
|
||||
ssh craftletter@ssh-craftletter.alwaysdata.net
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue