Skip to content

Commit

Permalink
chore(dev): add CI=false
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Aug 28, 2024
1 parent 3f261d2 commit 2e018c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2e018c2

Please sign in to comment.