Convenience and fixes
All checks were successful
Build and Push Docker Image / docker (push) Successful in 2m11s
All checks were successful
Build and Push Docker Image / docker (push) Successful in 2m11s
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
dockerfile: ./backend/Dockerfile
|
||||
file: ./backend/Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
${{ vars.REGISTRY }}/connor/calendar:latest
|
||||
|
||||
4
deploy_frontend.sh
Executable file
4
deploy_frontend.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/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/
|
||||
Reference in New Issue
Block a user