deploy test
Some checks failed
Garfbot CI/CD Deployment / Deploy (push) Failing after 2s

This commit is contained in:
2025-06-02 13:51:46 -05:00
parent d570069e6b
commit 219b1745da

View File

@ -15,9 +15,9 @@ jobs:
- name: Pull Garfbot and restart container
run: |
ls -alh ..
cd /workspace/crate/garfbot
cd /garfbot
ls -alh
git pull origin main
CHANGED=$(git diff --name-only HEAD~1 HEAD)