Add basic deployment
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
jgrogan 2024-08-26 17:27:10 +01:00
parent 9a7ff23338
commit 1d1b5e5638
5 changed files with 10 additions and 4 deletions

5
infra/deploy.sh Executable file
View file

@ -0,0 +1,5 @@
cd build
tar -czvf ../personal_site.tar.gz *
cd ..
ssh hetzner "tar -C /var/www/jmsgrogan/html/ -xz -f-" < personal_site.tar.gz
rm personal_site.tar.gz