diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml deleted file mode 100644 index c096683..0000000 --- a/.gitea/workflows/deploy.yml +++ /dev/null @@ -1,13 +0,0 @@ -on: - push: - schedule: - - cron: '0 7 * * SUN' # Every Sunday at 07:00 -jobs: - deploy-to-homesrv01: - runs-on: "myLimbo-casa-gitea-act-runner" - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: docker compose up - run: docker compose up -d --pull always \ No newline at end of file