Commit 7575c0b

Eric Bower  ·  2023-08-04 16:42:17 -0400 EDT
parent de8062b
changes
1 files changed,  +1, -1
+1, -1
1@@ -11,5 +11,5 @@ static: build clean
2 .PHONY:
3 
4 deploy:
5-	scp -R ./public/* erock@pgs.sh:/git
6+	scp -r ./public/* erock@pgs.sh:/git
7 .PHONY: deploy