Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhesh-mahajan committed Oct 31, 2023
1 parent 52eb839 commit 6a12dfd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/DeployPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
yarn install
cd ../code_executor
yarn install
- name: "Install turbo"
run: yarn global add turbo
- name: Build
run: yarn turbo build
- name: Debug - List Files in root Directory
run: ls -al ./
- name: Debug - List Files in Web Build Directory
Expand All @@ -59,6 +55,9 @@ jobs:
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
cd ./slash
yarn turbo build
cd ./slash/apps/landing
pm2 stop slash_landing
pm2 delete slash_landing --force
Expand Down

0 comments on commit 6a12dfd

Please sign in to comment.