From e53bb068da9e530a57dfebb4f8145dcfa59f2052 Mon Sep 17 00:00:00 2001 From: crate Date: Mon, 2 Jun 2025 16:49:46 -0500 Subject: [PATCH] test --- .gitea/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b6e7071..801979f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -7,10 +7,10 @@ on: jobs: Deploy: # runs-on: ubuntu-latest - # container: + container: # image: docker:latest - # volumes: - # - /home/crate/garfbot:/workspace + volumes: + - /home/crate/garfbot:/workspace steps: - name: Pull Garfbot and restart container run: |