Pull code into the correct directory
All checks were successful
Deploy homelab / Deploy (push) Successful in 3s

This commit is contained in:
2025-09-02 23:37:37 -05:00
parent 739037b787
commit cba814c2e3

View File

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