mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-05 12:33:58 +03:00
Update deploy.yml
This commit is contained in:
parent
bb7d743294
commit
00adc06574
1 changed files with 8 additions and 0 deletions
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue