We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0096042 commit 34acf99Copy full SHA for 34acf99
.github/workflows/deploy.yml
@@ -19,4 +19,4 @@ jobs:
19
port: ${{ secrets.SSH_PORT || 22 }}
20
command_timeout: 30m
21
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
+ 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