From 627cb833fef3f0b511bec9089d48ebfde27b975b Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Tue, 2 Sep 2025 13:00:57 +0200 Subject: [PATCH] =?UTF-8?q?.github/workflows/deploy-hetzner.yaml=20gel?= =?UTF-8?q?=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-hetzner.yaml | 39 --------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/deploy-hetzner.yaml diff --git a/.github/workflows/deploy-hetzner.yaml b/.github/workflows/deploy-hetzner.yaml deleted file mode 100644 index 1ce59b7..0000000 --- a/.github/workflows/deploy-hetzner.yaml +++ /dev/null @@ -1,39 +0,0 @@ ---- -name: 'deploy to hetzner' - -on: - push: - branches: - - main - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Cloning repo - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Set up JDK 21 - uses: actions/setup-java@v4 - with: - java-version: '21' - distribution: 'temurin' - cache: maven - - - name: Build and test with Maven - run: mvn --batch-mode --update-snapshots verify - - - name: Push to dokku - timeout-minutes: 20 - uses: dokku/github-action@v1 - with: - branch: main - git_remote_url: ${{ secrets.HETZNER_GIT_URI }} - ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} - git_push_flags: --force