Pull latest changes from main before redeploying

This commit is contained in:
2025-09-02 23:33:33 -05:00
parent 3b29cf8ab4
commit 739037b787

View File

@@ -10,6 +10,9 @@ jobs:
name: Deploy
runs-on: homelab
steps:
- run: |
- name: "Deploy code"
run: |
cd /home/matthew/homelab
git checkout main
git pull
docker compose up -d --remove-orphans