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

This commit is contained in:
crate 2025-06-02 16:15:26 -05:00
parent 17a81cce23
commit d4106964f8

View File

@ -9,8 +9,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: docker:latest image: docker:latest
volumes: options: -v /home/crate/garfbot:/workspace
- /garfbot:/workspace workdir_parent: /workspace
# volumes:
# - /garfbot:/workspace
steps: steps:
- name: Pull Garfbot and restart container - name: Pull Garfbot and restart container
run: | run: |