Update deploy.yml

This commit is contained in:
Artemy 2023-09-13 10:42:47 +03:00
parent bb7d743294
commit 00adc06574

View file

@ -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"