From 58d62863edbd824977b0196aeca90d28884c8f44 Mon Sep 17 00:00:00 2001 From: pirupius Date: Sun, 14 Jan 2024 19:59:01 +0300 Subject: [PATCH] testing deployment --- .github/workflows/docs-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs-ci.yml b/.github/workflows/docs-ci.yml index d0ab0e9..13fb2da 100644 --- a/.github/workflows/docs-ci.yml +++ b/.github/workflows/docs-ci.yml @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-latest needs: build # needs: update_config - if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/test' }} steps: # Update the Microfrontends to reflect what we have in the working branch @@ -77,9 +77,10 @@ jobs: name: BackUp and Run the Update DOCS Site Script with: command: cd /usr/share/tomcat/microfrontends/ohri-docs/.github && sh deploy_docs.sh + # command: cd /usr/share/tomcat/microfrontends/ + # sh deploy-ohri-docs.sh host: ${{ secrets.HISTAC_HOST }} - username: ${{ secrets.OHRI_DOCS_USER }} - # username: ${{ secrets.HISTAC_USERNAME }} + # username: ${{ secrets.OHRI_DOCS_USER }} + username: ${{ secrets.HISTAC_USERNAME }} privateKey: ${{ secrets.OHRI_DOCS_USER_KEY}} - # privateKey: ${{ secrets.HISTAC_KEY}} port: ${{ secrets.HISTAC_PORT }}