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
runs-on: homelab
steps:
- name: "Deploy code"
run: |
cd /home/matthew/homelab
git checkout main
git pull
docker compose up -d --remove-orphans
- uses: actions/checkout@v4
working-directory: /home/matthew/homelab
# - name: "Deploy code"
# run: |
# cd /home/matthew/homelab
# git checkout main
# git pull
# docker compose up -d --remove-orphans