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

This commit is contained in:
2025-06-02 16:30:04 -05:00
parent 936686beee
commit afd16380ed

View File

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