aws-samples / aws-codedeploy-samples

Samples and template scenarios for AWS CodeDeploy
Apache License 2.0
639 stars 780 forks source link

Automate code deploy from Git lab to AWS EC2 instance #94

Open KG-github123 opened 3 years ago

KG-github123 commented 3 years ago

[When I start to build pipeline it gets this error]

My appspec.yml file is version: 0.0 os: Linux files:

start.sh script is

!/bin/bash

pm2 start mw-file-upload-cicd

stop.sh script is

!/bin/bash

pm2 stop mw-file-upload-cicd