From afd16380eda3809d7d8f84309f5e4e77711ce913 Mon Sep 17 00:00:00 2001 From: crate Date: Mon, 2 Jun 2025 16:30:04 -0500 Subject: [PATCH] test --- .gitea/workflows/deploy.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 705aaef..da9746d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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: |