Skip to content

Commit 913049f

Browse files
committed
workflow
1 parent a4aa53d commit 913049f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@ jobs:
2222
mkdir -p ~/.ssh
2323
chmod 700 ~/.ssh
2424
ssh-keyscan ec2-3-110-45-72.ap-south-1.compute.amazonaws.com >> ~/.ssh/known_hosts
25-
26-
if ! command -v pm2 &> /dev/null; then
27-
echo "PM2 not found, installing..."
28-
npm install -g pm2
2925
ssh -t -i keyfile ubuntu@ec2-3-110-45-72.ap-south-1.compute.amazonaws.com "sudo bash ~/deploy.sh"

0 commit comments

Comments
 (0)