fix gitea deploy pipeline
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 16s

This commit is contained in:
crate 2025-06-02 17:59:32 -05:00
parent 8216af5f2a
commit 9d5765c492

View File

@ -6,15 +6,13 @@ on:
jobs:
Deploy:
runs-on: ubuntu-latest
container:
image: docker:latest
volumes:
- /home/crate/garfbot:/workspace
- /home/crate/garfbot:/workspace/crate/garfbot/deploy
steps:
- name: Pull Garfbot and restart container
run: |
cd ./garfbot
cd /workspace/crate/garfbot/deploy
git pull origin main