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

This commit is contained in:
2025-06-02 15:27:47 -05:00
parent 4839113565
commit 17a81cce23

View File

@ -10,7 +10,7 @@ jobs:
container: container:
image: docker:latest image: docker:latest
volumes: volumes:
- /home/crate/garfbot:/workspace - /garfbot:/workspace
steps: steps:
- name: Pull Garfbot and restart container - name: Pull Garfbot and restart container
run: | run: |
@ -19,7 +19,7 @@ jobs:
ls -alh /workspace ls -alh /workspace
ls -alh /workspace/crate ls -alh /workspace/crate
ls -alh /workspace/crate/garfbot ls -alh /workspace/crate/garfbot
cd /workspace/crate/garfbot cd /workspace
ls -alh ls -alh
git pull origin main git pull origin main