This commit is contained in:
parent
9a7ff23338
commit
1d1b5e5638
5 changed files with 10 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,4 +1 @@
|
|||
node_modules
|
||||
build
|
||||
.vscode
|
||||
.angular
|
||||
build/
|
||||
|
|
5
infra/deploy.sh
Executable file
5
infra/deploy.sh
Executable 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
|
|
@ -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.
|
||||
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue