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
.gitignore vendored
View file

@ -1,4 +1 @@
node_modules build/
build
.vscode
.angular

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

View file

@ -7,3 +7,7 @@ I enjoy writing software and live in the West of Ireland. My main interests are:
* creative coding - particularly with audio and graphics. * creative coding - particularly with audio and graphics.
This site includes a personal blog and some info on previous and on-going projects. This site includes a personal blog and some info on previous and on-going projects.
Personal software projects are hosted here: https://git.jmsgrogan.com/
I am on <a rel="me" href="https://mastodon.social/@compilz">Mastodon</a>