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
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:
parent
6a1abfeaf9
commit
1f9acf009d
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ 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: caprover/deploy-from-github@v1.1.2
|
uses: https://github.com/caprover/deploy-from-github@v1.1.2
|
||||||
with:
|
with:
|
||||||
server: "${{ secrets.CAPROVER_SERVER }}"
|
server: "${{ secrets.CAPROVER_SERVER }}"
|
||||||
app: "${{ secrets.WIKI_APP_NAME }}"
|
app: "${{ secrets.WIKI_APP_NAME }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue