implements basic site structure
and adds deploy script
This commit is contained in:
parent
5d4cafe8fb
commit
c401b1bc03
18 changed files with 951 additions and 29 deletions
4
deploy.sh
Executable file
4
deploy.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Deploying to remote server..."
|
||||
rsync -avz --delete dist/ dnsc-vps-sm:/var/www/homepage
|
||||
Loading…
Add table
Add a link
Reference in a new issue