diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3792abb5..9a38dbd0 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -191,13 +191,12 @@ jobs: run: npm i -g @redocly/cli@latest - name: Install Dependencies run: npm install --prefix client - env: - CI: false - name: Deploy at home lab run: echo "$(pwd)" && ./tools/scripts/deploy.sh dev env: MUSE_DOCKER_DEFAULT_CONTEXT: default MUSE_JWT_SECRET_KEY: ${{ secrets.MUSE_JWT_SECRET_KEY }} + CI: false # deploy-staging: # name: "[SERVER] Deploy to Staging" # if: github.event.ref == 'refs/heads/main'