Skip to content

Commit

Permalink
chore: main.yml - cicd 파이프라인 debian 기반으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinHeeEul authored Dec 15, 2024
1 parent 7f0bfb3 commit d55ccbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
port: 22
script: |
# Install Node.js and pm2 on Amazon Linux
sudo curl -sL https://rpm.nodesource.com/setup_20.x | sudo bash -
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get update -y
sudo apt-get install -y nodejs
sudo apt-get install -g pm2
Expand Down

0 comments on commit d55ccbd

Please sign in to comment.