Skip to content

Commit

Permalink
testing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pirupius committed Jan 14, 2024
1 parent d5d8844 commit 58d6286
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 58d6286

Please sign in to comment.