diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3f37d68..b77a90a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -5,7 +5,7 @@ on: - main jobs: deploy: - runs-on: bookshelf + runs-on: ubuntu-latest steps: - name: Checkout repository @@ -13,7 +13,5 @@ jobs: - name: Build & deploy run: | - ls /opt/bookshelf git pull - docker compose --env-file /secrets/bookshelf.env up -d --build - docker compose config \ No newline at end of file + docker compose up -d --build \ No newline at end of file