Skip to content

Commit 2fcf80c

Browse files
Nidhi GuptaNidhi Gupta
authored andcommitted
test
1 parent f56fb4b commit 2fcf80c

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

.github/workflows/client_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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:
@@ -31,7 +31,7 @@ jobs:
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:

.github/workflows/eks_automode.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Terraform Deployment
22
on:
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

.github/workflows/eks_node.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Terraform Deployment
22
on:
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

0 commit comments

Comments
 (0)