ci: manual deploy
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / docs (push) Successful in 23s
Build, Package and Push Images / build (push) Successful in 30s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / build-docs-container (push) Successful in 47s
Build, Package and Push Images / sbom-scan (push) Successful in 38s
Build, Package and Push Images / deploy-wiki (push) Successful in 16s
Build, Package and Push Images / container-build (push) Successful in 1m33s
Build, Package and Push Images / container-sbom-scan (push) Successful in 33s

This commit is contained in:
Timothy Schenk 2023-11-16 08:44:03 +01:00
parent 1f9acf009d
commit a11675df45

View file

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