This website works better with JavaScript.
Home
Help
Sign In
ben
/
benkurtovic.com
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Make deploy depend on build
master
Ben Kurtovic
5 years ago
parent
d8ace53113
commit
188f13b1b7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -9,5 +9,5 @@ build:
serve:
jekyll serve
deploy:
deploy:
build
rsync -chirvz --progress --delete-after _site/ $(SERVER):$(STAGE)
Write
Preview
Loading…
Cancel
Save