diff --git a/.github/workflows/docker-deploy.yml b/.github/workflows/docker-deploy.yml deleted file mode 100644 index e0f3354..0000000 --- a/.github/workflows/docker-deploy.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Deploy - -on: - push: - branches: [ "main" ] -jobs: - update: - runs-on: ubuntu-latest - steps: - - name: Update Git Repository - with: - context: /home/dockeruser/swapdude-stack - run: | - pwd - git fetch --all - git reset --hard origin/main - - name: Build & Deploy on docker-compose - with: - context: /home/dockeruser/swapdude-stack - run: | - docker compose up -d --build