Convenience and fixes
All checks were successful
Build and Push Docker Image / docker (push) Successful in 2m11s

This commit is contained in:
Connor Johnstone
2025-09-02 16:07:40 -04:00
parent 5456d7140c
commit a9521ad536
2 changed files with 5 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: .
dockerfile: ./backend/Dockerfile file: ./backend/Dockerfile
push: true push: true
tags: | tags: |
${{ vars.REGISTRY }}/connor/calendar:latest ${{ vars.REGISTRY }}/connor/calendar:latest

4
deploy_frontend.sh Executable file
View 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/