Skip to content

Commit

Permalink
M deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvaSambrani committed May 31, 2024
1 parent 9e390e2 commit d5cf12c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions deploy
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ ghpages() {
ctrlc() {
echo "deploying to ctrl-c"
./make all /~dhruva
sftp [email protected] <<EOF
put -R gemini
put -R build
exit
EOF
rsync -ave ssh gemini ctrl-c.club:gemini
rsync -ave ssh build ctrl-c.club:build
}

case "$1" in
Expand Down

0 comments on commit d5cf12c

Please sign in to comment.