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: |