File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/example/laurent Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 - name : Deploy asset to AWS s3
126126 run : |
127127 aws s3 rm s3://${{ secrets.AWS_S3_BUCKET }}/ --recursive
128- aws s3 cp build.zip s3://${{ secrets.AWS_S3_BUCKET }} --recursive
128+ aws s3 cp ./ build.zip s3://${{ secrets.AWS_S3_BUCKET }}
129129
130130 - name : Launch AWS codedeploy deployment
131131 run : |
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.4 </version >
13+ <version >0.0.5 </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 my best effort ! " ;
11+ return "Hello World ! - Release 0.0.5 " ;
1212 }
1313}
You can’t perform that action at this time.
0 commit comments