rename + update deploy script

This commit is contained in:
Michael Peters 2024-01-27 18:08:30 -08:00
parent 802d3f582b
commit 1dd17c3ec7
2 changed files with 8 additions and 1 deletions

7
deploy Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
set -e
set -x
npx webpack
rsync -avz --delete dist/ beefslab@beefslab.com:~/grid.beefslab.com

View File

@ -2,7 +2,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="data:,"><!-- disable favicon -->
<title>Webpack Starter</title>
<title>Grid</title>
</head>
<body>
<main />