Skip to content

Commit

Permalink
pipeline changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Apr 26, 2024
1 parent a5f2818 commit 9e7f052
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 42 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- develop
paths:
- 'apps/agent-service/**'
workflow_dispatch:
- pipeline-implementation
# paths:
# - 'apps/agent-service/**'
# workflow_dispatch:

env:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-api-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
paths:
- 'apps/api-gateway/**'
workflow_dispatch:
# paths:
# - 'apps/api-gateway/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "API-GATEWAY_V_${{ github.run_number }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev-connection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- develop
paths:
- 'apps/connection/**'
workflow_dispatch:
- pipeline-implementation
# paths:
# - 'apps/connection/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "CONNECTION_V_${{ github.run_number }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev-ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- develop
paths:
- 'apps/ecosystem/**'
workflow_dispatch:
- pipeline-implementation
# paths:
# - 'apps/ecosystem/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "ECOSYSTEM_V_${{ github.run_number }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev-issuance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- develop
paths:
- 'apps/issuance/**'
workflow_dispatch:
- pipeline-implementation
# paths:
# - 'apps/issuance/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "ISSUANCE_V_${{ github.run_number }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev-ledger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- develop
paths:
- 'apps/ledger/**'
workflow_dispatch:
- pipeline-implementation
# paths:
# - 'apps/ledger/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "LEDGER_V_${{ github.run_number }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- develop
paths:
- 'apps/notification/**'
workflow_dispatch:
- pipeline-implementation
# paths:
# - 'apps/notification/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "NOTIFICATION_V_${{ github.run_number }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev-organization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- develop
paths:
- 'apps/organization/**'
workflow_dispatch:
- pipeline-implementation
# paths:
# - 'apps/organization/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "ORGANIZATION_V_${{ github.run_number }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- develop
paths:
- 'apps/user/**'
workflow_dispatch:
- pipeline-implementation
# paths:
# - 'apps/user/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "USER_v_${{ github.run_number }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- develop
paths:
- 'apps/verification/**'
workflow_dispatch:
- pipeline-implementation
# paths:
# - 'apps/verification/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "VERIFICATION_V_${{ github.run_number }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
paths:
- 'apps/webhook/**'
workflow_dispatch:
# paths:
# - 'apps/webhook/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "WEBHOOK_V_${{ github.run_number }}"
Expand Down

0 comments on commit 9e7f052

Please sign in to comment.