teacher-tools/deploy-app.sh

7 lines
135 B
Bash
Raw Normal View History

2024-12-30 16:55:30 +00:00
#!/usr/bin/env bash
set -e
set -o pipefail
rsync -rav -e ssh --delete app/dist/* root@andrewlalis.com:/opt/teacher-tools/app-content