We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a389aa0 commit dbacfc3Copy full SHA for dbacfc3
docs/commands.txt
@@ -18,15 +18,6 @@ chmod +x ./install
18
sudo ./install auto
19
sudo service codedeploy-agent status
20
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
30
```
31
32
# Deploy the files on S3
scripts/start_server.sh
@@ -1,4 +1,3 @@
1
#!/bin/bash
2
cd /home/ubuntu/app
3
-pm2 start index.js -f
4
-pm2 restart index.js
+pm2 start index.js -f
0 commit comments