diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 7b5b233..a04aff6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,21 +7,13 @@ on: jobs: deploy: - runs-on: ubuntu-latest steps: - - name: Deploy - run: | - cd /DATA/git/RayLab-Core - git fetch origin - git reset --hard origin/main - cd /DATA/docker/raylab-core - - docker compose up -d --build \ No newline at end of file + docker compose up -d --build