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
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:
parent
1f9acf009d
commit
a11675df45
1 changed files with 2 additions and 6 deletions
|
@ -116,12 +116,8 @@ jobs:
|
|||
needs: [ build-docs-container, docs, preprocess ]
|
||||
steps:
|
||||
- name: Deploy Image to CapRrover
|
||||
uses: https://github.com/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
|
||||
run: |
|
||||
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 }}
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue