Manual update to frontend deploy script
All checks were successful
Build and Push Docker Image / docker (push) Successful in 33s
All checks were successful
Build and Push Docker Image / docker (push) Successful in 33s
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
export BACKEND_API_URL="https://runway.rcjohnstone.com/api"
|
||||||
trunk build --release --config /home/connor/docs/projects/calendar/frontend/Trunk.toml
|
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/
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user