We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4aa53d commit 913049fCopy full SHA for 913049f
.github/workflows/ci.yml
@@ -22,8 +22,4 @@ jobs:
22
mkdir -p ~/.ssh
23
chmod 700 ~/.ssh
24
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
29
ssh -t -i keyfile ubuntu@ec2-3-110-45-72.ap-south-1.compute.amazonaws.com "sudo bash ~/deploy.sh"
0 commit comments