feature/84-character-creation #88
1 changed files with 13 additions and 0 deletions
|
@ -110,6 +110,19 @@ jobs:
|
|||
tags: forge.rainote.dev/${{ github.repository }}:latest-wiki
|
||||
platforms: linux/amd64, linux/arm64
|
||||
|
||||
deploy-wiki:
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
needs: [ build-docs-container, docs, preprocess ]
|
||||
steps:
|
||||
- name: Deploy Image to CapRrover
|
||||
uses: caprover/deploy-from-github@v1.1.2
|
||||
with:
|
||||
server: "${{ secrets.CAPROVER_SERVER }}"
|
||||
app: "${{ secrets.WIKI_APP_NAME }}"
|
||||
token: "${{ secrets.WIKI_APP_TOKEN }}"
|
||||
image: forge.rainote.dev/${{ github.repository }}:${{ needs.preprocess.outputs.sanitized_branch_name }}-wiki
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue