Add deploy script

master
Jordan Atwood 3 years ago
parent 8df372b068
commit c748948dc6
No known key found for this signature in database
GPG Key ID: F3500B7AE347EF76
  1. 5
      deploy.sh

@ -0,0 +1,5 @@
#!/bin/bash
rm -rf public/*
hugo
rsync -ruP --rsync-path='sudo rsync' public/ nightfirec.at:/var/www/html/hugo/
Loading…
Cancel
Save