From 9f757846c631cc829d6335568a5f00e9ed07b152 Mon Sep 17 00:00:00 2001 From: sean4wsome <38239781+sean4wsome@users.noreply.github.com> Date: Wed, 13 Jan 2021 21:31:23 +1100 Subject: [PATCH 1/2] Update Jenkinsfile --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index a5ac05b..7f2d967 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -69,6 +69,8 @@ def smokeTest(environment) { } def deployToEB(environment) { +//improvement: pull directly from docker hub + checkout scm withCredentials([usernamePassword(credentialsId: 'aws-eb-key', usernameVariable: 'AWS_ACCESS_KEY_ID', passwordVariable: 'AWS_SECRET_ACCESS_KEY')]) { container('eb') { From 13176687b038596139a577afe601094448eb4bb5 Mon Sep 17 00:00:00 2001 From: sean4wsome <38239781+sean4wsome@users.noreply.github.com> Date: Tue, 18 May 2021 01:20:43 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1d89ec..9901496 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,4 @@ pip install -r requirements.txt Open the project in your IDE (e.g. vscode) and run app.py. Access via http://127.0.0.1:8080 +asdasd