ci: specify action for deployment
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 4s
Build, Package and Push Images / docs (push) Successful in 27s
Build, Package and Push Images / build (push) Successful in 33s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / build-docs-container (push) Successful in 1m3s
Build, Package and Push Images / sbom-scan (push) Successful in 47s
Build, Package and Push Images / container-build (push) Successful in 1m48s
Build, Package and Push Images / container-sbom-scan (push) Successful in 33s
Build, Package and Push Images / deploy-wiki (push) Failing after 3s

This commit is contained in:
Timothy Schenk 2023-11-16 08:14:04 +01:00
parent 6a1abfeaf9
commit 1f9acf009d

View file

@ -116,7 +116,7 @@ jobs:
needs: [ build-docs-container, docs, preprocess ]
steps:
- name: Deploy Image to CapRrover
uses: caprover/deploy-from-github@v1.1.2
uses: https://github.com/caprover/deploy-from-github@v1.1.2
with:
server: "${{ secrets.CAPROVER_SERVER }}"
app: "${{ secrets.WIKI_APP_NAME }}"