resume/deploy.sh

11 lines
153 B
Bash
Raw Normal View History

2022-07-22 21:35:53 +00:00
#!/usr/bin/env bash
set -eu
./build.sh
2022-07-24 11:32:37 +00:00
cp public/* resume-pages
cd resume-pages
2022-07-22 21:35:53 +00:00
git add .
git commit -m "Updates from $(hostname) on $(date)"
git push