Files
calendar/deploy_frontend.sh
Connor Johnstone 5876553515
All checks were successful
Build and Push Docker Image / docker (push) Successful in 33s
Manual update to frontend deploy script
2025-09-04 13:39:06 -04:00

7 lines
369 B
Bash
Executable File

#!/bin/sh
export BACKEND_API_URL="https://runway.rcjohnstone.com/api"
trunk build --release --config /home/connor/docs/projects/calendar/frontend/Trunk.toml
sudo rsync -azX --delete --info=progress2 -e 'ssh -T -q' --rsync-path='sudo rsync' /home/connor/docs/projects/calendar/frontend/dist connor@server.rcjohnstone.com:/home/connor/data/runway/
unset BACKEND_API_URL