website/deploy.sh

7 lines
95 B
Bash
Executable File

#!/usr/bin/env sh
source ./vars.txt
pnpm run build
rsync -rtvzP dist/ ${USER}@${HOST}:${DIR}