Compare commits

..

2 Commits

Author SHA1 Message Date
cba814c2e3 Pull code into the correct directory
All checks were successful
Deploy homelab / Deploy (push) Successful in 3s
2025-09-02 23:37:37 -05:00
739037b787 Pull latest changes from main before redeploying 2025-09-02 23:34:48 -05:00

View File

@@ -10,8 +10,11 @@ jobs:
name: Deploy name: Deploy
runs-on: homelab runs-on: homelab
steps: steps:
- run: | - uses: actions/checkout@v4
cd /home/matthew/homelab working-directory: /home/matthew/homelab
git checkout main # - name: "Deploy code"
git pull # run: |
docker compose up -d --remove-orphans # cd /home/matthew/homelab
# git checkout main
# git pull
# docker compose up -d --remove-orphans