FINALLY got actions working
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 16s

This commit is contained in:
crate 2025-06-02 17:54:11 -05:00
parent 1904953243
commit ef84d8b457

View File

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