diff --git a/Jenkinsfile b/Jenkinsfile index 84530c2..37804c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { stage("Deploy application") { steps { - sh 'echo "deploying application..."' + sh 'echo "deploying application...."' } } diff --git a/README.md b/README.md index 5ac99db..bbac1b0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Build and Deploy nodejs application on EC2 instance - Freestyle - +test # Pre-requisites 1. A Jenkins server @@ -41,3 +41,4 @@ Using simple "hello world" application from the [nodejs.org](https://nodejs.org/ ``` ## To Deploy on nodejs application server +sample server1