Skip to content

Commit

Permalink
Merge pull request #717 from smallgod/dev
Browse files Browse the repository at this point in the history
OHRI-600 Added sandbox ci/cd logic to script
  • Loading branch information
smallgod authored Feb 15, 2022
2 parents db08996 + d0d3ff3 commit 1b9a652
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,19 @@ jobs:
privateKey: ${{ secrets.HISTAC_KEY}}
port: ${{ secrets.HISTAC_PORT }}

sandbox_demo:
runs-on: ubuntu-latest

needs: pre_demo

if: startsWith(github.ref, 'refs/tags/v')

steps:
# Update the Microfrontends to reflect what we have in the Working branch
- uses: garygrossgarten/github-action-ssh@release
name: Run the Update MicroFronEnd Script
with:
command: cd /usr/share/tomcat/microfrontends/ && /bin/bash update_microfrontends.sh
host: ${{ secrets.SANDBOX_HOST }}
username: ${{ secrets.SANDBOX_USERNAME }}
privateKey: ${{ secrets.SANDBOX_KEY}}

0 comments on commit 1b9a652

Please sign in to comment.