All checks were successful
Build and Push Docker Image / docker (push) Successful in 2m11s
5 lines
287 B
Bash
Executable File
5 lines
287 B
Bash
Executable File
#!/bin/sh
|
|
|
|
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/
|