Skip to content

Commit 34acf99

Browse files
committed
bug fix
1 parent 0096042 commit 34acf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
port: ${{ secrets.SSH_PORT || 22 }}
2020
command_timeout: 30m
2121
script: |
22-
cd CloudIDE/cloud-ide && git checkout test && git pull origin test && npm install && pm2 restart cloud-ide || pm2 start npm --name "cloud-ide" -- run start
22+
export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && cd CloudIDE/cloud-ide && git checkout test && git pull origin test && npm install && pm2 restart cloud-ide || pm2 start npm --name "cloud-ide" -- run start

0 commit comments

Comments
 (0)