Skip to content

Commit dbacfc3

Browse files
author
Sandip Das
committed
deployment script changes and doc changes
1 parent a389aa0 commit dbacfc3

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

docs/commands.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ chmod +x ./install
1818
sudo ./install auto
1919
sudo service codedeploy-agent status
2020

21-
22-
23-
24-
sudo yum update -y
25-
sudo yum install -y ruby wget
26-
wget https://aws-codedeploy-eu-west-1.s3.eu-west-1.amazonaws.com/latest/install
27-
chmod +x ./install
28-
sudo ./install auto
29-
sudo service codedeploy-agent status
3021
```
3122

3223
# Deploy the files on S3

scripts/start_server.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/bash
22
cd /home/ubuntu/app
3-
pm2 start index.js -f
4-
pm2 restart index.js
3+
pm2 start index.js -f

0 commit comments

Comments
 (0)