From 58beed689b1a98ff67760476098b0e1fa10c24b5 Mon Sep 17 00:00:00 2001 From: pirupius Date: Thu, 7 Sep 2023 09:55:44 +0300 Subject: [PATCH] (chore) remove unecessary sandbox workflow from ci --- .github/workflows/node.js.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 97eaff38a..23c3e6d51 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 }}