Skip to content

Commit

Permalink
install yarn and pm2 on CD
Browse files Browse the repository at this point in the history
  • Loading branch information
akmatoff committed Jan 3, 2024
1 parent 9d685fc commit b2d05ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}
port: 22
script: |
npm install -g yarn pm2
cd ~/codium-website
git pull
yarn install
Expand Down

0 comments on commit b2d05ab

Please sign in to comment.