diff --git a/Jenkinsfile b/Jenkinsfile index c26780265..1d68d3adb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,10 +3,10 @@ pipeline { environment{ registryCredential = 'ecr:eu-west-2:jenkins-awscred' - appRegistry = "175223620529.dkr.ecr.eu-west-2.amazonaws.com/capstoneproject" + appRegistry = "175223620529.dkr.ecr.eu-west-2.amazonaws.com/capstoneproject-test" capstoneRegistry = "https://175223620529.dkr.ecr.eu-west-2.amazonaws.com" cluster = "CapstoneProject" - service = "capstoneproject-prod" + service = "capstoneproject-test" } stages { @@ -27,7 +27,7 @@ pipeline { stage('Test Website') { steps { // Run tests on the website - sh 'echo "Running tests on the capstone website"' + sh 'echo "Running tests on the capstone website."' } } @@ -44,7 +44,7 @@ pipeline { stage('Deploy to ecs'){ when { - branch "master" + branch "test" } steps{ withAWS(credentials: 'jenkins-awscred', region: 'eu-west-2'){ diff --git a/index.html b/index.html index 3ee7b6e94..573edd276 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ Project -

Welcome to Naga-Peter Project!

+

Welcome to Naga-Peter Project!!!!!!!!!!!!!!!!!!!

-

Hello world!

+

ITC!

- \ No newline at end of file +