This website works better with JavaScript.
Home
Explore
Help
Sign In
xenofem
/
mindjack
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add deploy script
mistress
xenofem
3 months ago
parent
1a806ef2c8
commit
77b8398175
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
deploy.sh
+ 5
- 0
deploy.sh
View File
@ -0,0 +1,5 @@
#!/bin/bash
set
-euxf -o pipefail
hugo --cleanDestinationDir
rsync -avz --delete public/ xs:mindjack.xeno.science/
Write
Preview
Loading…
Cancel
Save