diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f9d4b0..bb2de6c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,3 +44,11 @@ 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"