feature/84-character-creation #88
1 changed files with 2 additions and 6 deletions
|
@ -116,12 +116,8 @@ jobs:
|
||||||
needs: [ build-docs-container, docs, preprocess ]
|
needs: [ build-docs-container, docs, preprocess ]
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy Image to CapRrover
|
- name: Deploy Image to CapRrover
|
||||||
uses: https://github.com/caprover/deploy-from-github@v1.1.2
|
run: |
|
||||||
with:
|
docker run caprover/cli-caprover:2.2.3 caprover deploy --caproverUrl ${{ secrets.CAPROVER_SERVER }} --appToken ${{ secrets.WIKI_APP_TOKEN }} --imageName forge.rainote.dev/${{ github.repository }}:${{ needs.preprocess.outputs.sanitized_branch_name }}-wiki -a ${{ secrets.WIKI_APP_NAME }}
|
||||||
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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue