Skip to content

Commit

Permalink
(chore) remove unecessary sandbox workflow from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pirupius committed Sep 7, 2023
1 parent c8a5769 commit 58beed6
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,21 +166,4 @@ jobs:
username: ${{ secrets.HISTAC_USERNAME }}
privateKey: ${{ secrets.HISTAC_KEY}}

port: ${{ secrets.HISTAC_PORT }}

sandbox_demo:
runs-on: ubuntu-latest

needs: pre_demo_export_concepts

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}}
port: ${{ secrets.HISTAC_PORT }}

0 comments on commit 58beed6

Please sign in to comment.