resume/deploy.sh

11 lines
153 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
./build.sh
cp public/* resume-pages
cd resume-pages
git add .
git commit -m "Updates from $(hostname) on $(date)"
git push