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: jobs:
Deploy: Deploy:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
container: container:
image: docker:latest image: docker:latest
options: -v /home/crate/garfbot:/workspace # options: -v /home/crate/garfbot:/workspace
# workdir_parent: /workspace volumes:
# volumes: - /home/crate/garfbot:/workspace
# - /garfbot:/workspace
steps: steps:
- name: Pull Garfbot and restart container - name: Pull Garfbot and restart container
run: | run: |