From d139ef1a4d4eee095fdd15d6c93ed7ab1d8a37e3 Mon Sep 17 00:00:00 2001 From: yardenavr <117725231+yardenavr@users.noreply.github.com> Date: Tue, 31 Jan 2023 20:57:49 +0200 Subject: [PATCH 1/4] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 28a75fd..11f26c4 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,7 @@ const app = express(); const hostname = '127.0.0.1'; // Your server ip address const port = 3000; -const version = '2,999,999'; +const version = '2'; app.get('/', (req, res) => { // set response content From c7d936863364830fc2cb9cc6342d62ac9f3a3131 Mon Sep 17 00:00:00 2001 From: yardenavr <117725231+yardenavr@users.noreply.github.com> Date: Wed, 1 Feb 2023 00:20:44 +0200 Subject: [PATCH 2/4] Update deploy.yml --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8563e33..4c6bf94 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: id: deploy run: | aws deploy create-deployment \ - --application-name nodejs-express-app \ - --deployment-group-name nodejs-express-app-cd1 \ + --application-name nodejs-express-app_1 \ + --deployment-group-name nodejs-express-app_cd1 \ --deployment-config-name CodeDeployDefault.OneAtATime \ - --github-location repository=${{ github.repository }},commitId=${{ github.sha }} \ No newline at end of file + --github-location repository=${{ github.repository }},commitId=${{ github.sha }} From bb62b74e4d8e4a7fb05e8899a74c968f68e874cb Mon Sep 17 00:00:00 2001 From: yardenavr <117725231+yardenavr@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:23:44 +0200 Subject: [PATCH 3/4] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 11f26c4..884b442 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,7 @@ const app = express(); const hostname = '127.0.0.1'; // Your server ip address const port = 3000; -const version = '2'; +const version = '1000'; app.get('/', (req, res) => { // set response content From e509bbaaed864e503f81749a8efcfe0069be23ef Mon Sep 17 00:00:00 2001 From: yardenavr <117725231+yardenavr@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:24:28 +0200 Subject: [PATCH 4/4] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 884b442..af59063 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,7 @@ const app = express(); const hostname = '127.0.0.1'; // Your server ip address const port = 3000; -const version = '1000'; +const version = '1,000'; app.get('/', (req, res) => { // set response content