File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed
Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1515 build :
1616 defaults :
1717 run :
18- working-directory : ./HelloWorldClient
18+ working-directory : ./microservices/ HelloWorldClient
1919 name : Maven Build
2020 runs-on : [ ubuntu-latest ]
2121 steps :
3131 uses : actions/upload-artifact@v4
3232 with :
3333 name : app.jar
34- path : HelloWorldClient/target/hello-world-client-1.jar
34+ path : microservices/ HelloWorldClient/target/hello-world-client-1.jar
3535 - name : Configure AWS credentials
3636 uses : aws-actions/configure-aws-credentials@v1
3737 with :
Original file line number Diff line number Diff line change 11name : Terraform Deployment
22on :
3- push :
4- branches :
5- - main
6- paths :
7- - ' terraform/automode/**'
3+ workflow_dispatch :
4+ # push:
5+ # branches:
6+ # - main
7+ # paths:
8+ # - 'terraform/automode/**'
89 pull_request :
910 branches :
1011 - main
Original file line number Diff line number Diff line change 11name : Terraform Deployment
22on :
3- push :
4- branches :
5- - main
6- paths :
7- - ' terraform/eks_nodegroup/**'
3+ workflow_dispatch :
4+ # push:
5+ # branches:
6+ # - main
7+ # paths:
8+ # - 'terraform/eks_nodegroup/**'
89 pull_request :
910 branches :
1011 - main
You can’t perform that action at this time.
0 commit comments