File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/main/java/com/example/laurent Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ jobs:
124124
125125 - name : Deploy asset to AWS s3
126126 run : |
127- aws s3 rm s3://${{ secrets.AWS_S3_BUCKET }}/ --recursive
128127 aws s3 cp ./build.zip s3://${{ secrets.AWS_S3_BUCKET }}
129128
130129 - name : Launch AWS codedeploy deployment
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >com.example</groupId >
1212 <artifactId >build</artifactId >
13- <version >0.0.5 </version >
13+ <version >0.0.6 </version >
1414 <packaging >war</packaging >
1515 <name >laurent</name >
1616 <description >laurent</description >
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ public class HelloWorldControler {
88
99 @ GetMapping ("/" )
1010 public String bonjourLaurent () {
11- return "Hello World ! - Release 0.0.5 " ;
11+ return "Hello World ! - Release 0.0.6 " ;
1212 }
1313}
You can’t perform that action at this time.
0 commit comments