From eaed5e5f398ec10f924337cd8e4316a6c10eae89 Mon Sep 17 00:00:00 2001 From: Artemy Date: Wed, 13 Sep 2023 10:53:31 +0300 Subject: [PATCH] Revert "Update deploy.yml" This reverts commit 00adc06574eb0afb645b6e80b87ebbe12f4a20e1. --- .github/workflows/deploy.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bb2de6c..1f9d4b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,11 +44,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - name: Deploy Image to CapRrover - uses: caprover/deploy-from-github@v1.1.2 - with: - server: "${{ secrets.CAPROVER_SERVER }}" - app: "${{ secrets.APP_NAME }}" - token: "${{ secrets.APP_TOKEN }}" - image: "ghcr.io/artegoser/anopaper:main"