Split steps, to make process clearer
All checks were successful
Deploy homelab / Deploy (push) Successful in 2s

This commit is contained in:
2025-09-02 23:48:30 -05:00
parent dbca094ba5
commit 675be10668

View File

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