Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
akmatoff committed Jan 3, 2024
1 parent b2d05ab commit 8ba0d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}
port: 22
script: |
npm install -g yarn pm2
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
cd ~/codium-website
git pull
yarn install
Expand Down

0 comments on commit 8ba0d63

Please sign in to comment.