From 2f5d9655444efb5c9d3548e4c1ce3b2a72bb961e Mon Sep 17 00:00:00 2001
From: Mariiousse <114913605+Mariiousse@users.noreply.github.com>
Date: Mon, 23 Oct 2023 11:54:26 +0200
Subject: [PATCH 01/28] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index fe61a15f..de6f09ee 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
This is the home page for a sample application used to illustrate the
source directory organization of a web application utilizing the principles
outlined in the Application Developer's Guide.
From dee0cc331f3b0c591cf92f60e38f78e5af6cd6d8 Mon Sep 17 00:00:00 2001
From: Mariiousse
This is the home page for a sample application used to illustrate the
source directory organization of a web application utilizing the principles
outlined in the Application Developer's Guide.
From 4dd033610191b2afe38bc24facf5bec8bf40526d Mon Sep 17 00:00:00 2001
From: Mariiousse <114913605+Mariiousse@users.noreply.github.com>
Date: Fri, 27 Oct 2023 09:43:04 +0200
Subject: [PATCH 03/28] Create main.yml
SKJFD?NV.N?CKLVJDFKV.ZER?
---
.github/workflows/main.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 .github/workflows/main.yml
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 00000000..3fe11dc9
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,10 @@
+name: Industrialisation continue sur le serveur AWS (Tomcat)
+on: push
+jobs:
+ Deploy:
+ name: Deploy
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@master
+ - run: |
+ jar cvf groupeX.war * && ls
From 45eba92811f1f28bc0997a091138a37167c96ac0 Mon Sep 17 00:00:00 2001
From: Mariiousse
This is the home page for a sample application used to illustrate the
source directory organization of a web application utilizing the principles
outlined in the Application Developer's Guide.
From 44c24d955a383f57fa421538d7ae54dba8e63f99 Mon Sep 17 00:00:00 2001
From: Mariiousse <114913605+Mariiousse@users.noreply.github.com>
Date: Fri, 27 Oct 2023 09:57:45 +0200
Subject: [PATCH 05/28] Update main.yml
g rajt groupe 4
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3fe11dc9..4ec41388 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -7,4 +7,4 @@ jobs:
steps:
- uses: actions/checkout@master
- run: |
- jar cvf groupeX.war * && ls
+ jar cvf groupe4.war * && ls
From 45479065e96ab0a70b51eb172ff5e3dd84cdb926 Mon Sep 17 00:00:00 2001
From: Mariiousse
This is the home page for a sample application used to illustrate the
source directory organization of a web application utilizing the principles
outlined in the Application Developer's Guide.
From 1e43696606446a6d18d3e7fee0c4f6063406d034 Mon Sep 17 00:00:00 2001
From: Mariiousse <114913605+Mariiousse@users.noreply.github.com>
Date: Fri, 27 Oct 2023 10:11:05 +0200
Subject: [PATCH 07/28] Update index.html
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
j'ai ajouté sadish
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index f029f934..ed5bcb38 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
This is the home page for a sample application used to illustrate the
source directory organization of a web application utilizing the principles
outlined in the Application Developer's Guide.
From 62f05dbc82940442179f577d70bf4cc58c990fd3 Mon Sep 17 00:00:00 2001
From: Mariiousse
This is the home page for a sample application used to illustrate the
source directory organization of a web application utilizing the principles
outlined in the Application Developer's Guide.
From e25b5f651ff399516f19b6700743040bc421bcdd Mon Sep 17 00:00:00 2001
From: Mariiousse
This is the home page for a sample application used to illustrate the
source directory organization of a web application utilizing the principles
outlined in the Application Developer's Guide.
From 7c634d789feba9522c8770f30bcec93ce46bc337 Mon Sep 17 00:00:00 2001
From: Mariiousse <114913605+Mariiousse@users.noreply.github.com>
Date: Fri, 27 Oct 2023 10:40:27 +0200
Subject: [PATCH 10/28] Update main.yml
---
.github/workflows/main.yml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4ec41388..edb4de24 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -7,4 +7,13 @@ jobs:
steps:
- uses: actions/checkout@master
- run: |
- jar cvf groupe4.war * && ls
+ jar cvf groupe4.war *
+ - name: copy file via ssh password
+ uses: appleboy/scp-action@master
+ with:
+ host: ${{ secrets.HOST_DNS }}
+ username: ${{ secrets.USERNAME }}
+ key: ${{ secrets.EC2_SSH_KEY }}
+ port: ${{ secrets.DEPLOY_PORT }}
+ source: "boris.war"
+ target: "/opt/tomcat/webapps"
From 57dc5d521d8b3a84f2245edc9af1b6eb2858a66d Mon Sep 17 00:00:00 2001
From: Sadish95 <148758864+Sadish95@users.noreply.github.com>
Date: Fri, 27 Oct 2023 10:43:09 +0200
Subject: [PATCH 11/28] modifi
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 1c26e3e0..33c93298 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
This is the home page for a sample application used to illustrate the
source directory organization of a web application utilizing the principles
outlined in the Application Developer's Guide.
From 8a95aca87b795decb085c8ecd8c7591e82e500a1 Mon Sep 17 00:00:00 2001
From: Mariiousse <114913605+Mariiousse@users.noreply.github.com>
Date: Fri, 27 Oct 2023 10:54:38 +0200
Subject: [PATCH 12/28] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 33c93298..73ed15ae 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
This is the home page for a sample application used to illustrate the
source directory organization of a web application utilizing the principles
outlined in the Application Developer's Guide.
From 5de56f61df39a85164acb047fbadaf6e2979abd5 Mon Sep 17 00:00:00 2001
From: Mariiousse <114913605+Mariiousse@users.noreply.github.com>
Date: Fri, 27 Oct 2023 10:58:15 +0200
Subject: [PATCH 13/28] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 73ed15ae..ab652222 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
This is the home page for a sample application used to illustrate the
source directory organization of a web application utilizing the principles
outlined in the Application Developer's Guide.
From 18baa093ad1af4268b704187081df6f77c11c72f Mon Sep 17 00:00:00 2001
From: Mariiousse <114913605+Mariiousse@users.noreply.github.com>
Date: Fri, 27 Oct 2023 11:00:38 +0200
Subject: [PATCH 14/28] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index ab652222..c7ff2c34 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
This is the home page for a sample application used to illustrate the
source directory organization of a web application utilizing the principles
outlined in the Application Developer's Guide.
From 0b66b8982497e8cdaf02aa4e9ed221fb635e86de Mon Sep 17 00:00:00 2001
From: Sadish95 <148758864+Sadish95@users.noreply.github.com>
Date: Fri, 27 Oct 2023 11:04:26 +0200
Subject: [PATCH 15/28] Update main.yml
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index edb4de24..496a6b06 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -15,5 +15,5 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.EC2_SSH_KEY }}
port: ${{ secrets.DEPLOY_PORT }}
- source: "boris.war"
+ source: "groupe4.war"
target: "/opt/tomcat/webapps"
From 0773f2bf5639278e21400421f92486aba3233312 Mon Sep 17 00:00:00 2001
From: Sadish95 <148758864+Sadish95@users.noreply.github.com>
Date: Fri, 27 Oct 2023 11:04:45 +0200
Subject: [PATCH 16/28] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index c7ff2c34..1caa07b9 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
This is the home page for a sample application used to illustrate the source directory organization of a web application utilizing the principles outlined in the Application Developer's Guide. From 8c94608210b4f668d25b902dcf5861dbe3f97d52 Mon Sep 17 00:00:00 2001 From: Mariiousse <114913605+Mariiousse@users.noreply.github.com> Date: Fri, 27 Oct 2023 12:05:56 +0200 Subject: [PATCH 17/28] Update index.html --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 1caa07b9..f720fb74 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,9 @@
+