Skip to content

Commit

Permalink
Create site with documentation #164 : deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Mar 10, 2024
1 parent 0dd366e commit 07057e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makesurefile
Original file line number Diff line number Diff line change
Expand Up @@ -494,3 +494,9 @@ do
print gensub(/#([0-9]+)/,"[\\0](https://github.com/xonixx/makesure/issues/\\1)", "g")
}'
done

@goal deploy_site
HOST='[email protected]'
DEST="$HOST":/var/www/makesure

rsync -aP build/ "$DEST/"

0 comments on commit 07057e8

Please sign in to comment.