Skip to content

Commit

Permalink
done changes in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed May 6, 2024
1 parent 3eef3ae commit d4dc1bc
Show file tree
Hide file tree
Showing 15 changed files with 689 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-agent-provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- develop
paths:
- 'apps/agent-provisioning/**'
workflow_dispatch:
# paths:
# - 'apps/agent-provisioning/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "AGENT_PROVISIONING_V_${{ github.run_number }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
- develop
paths:
- 'apps/agent-service/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-api-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
- develop
paths:
- 'apps/api-gateway/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-connection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
- develop
paths:
- 'apps/connection/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
- develop
paths:
- 'apps/ecosystem/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-issuance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
- develop
paths:
- 'apps/issuance/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-ledger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
- develop
paths:
- 'apps/ledger/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-notification-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
- develop
paths:
- 'apps/ar/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
- develop
paths:
- 'apps/notification/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-organization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
- develop
paths:
- 'apps/organization/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
- develop
paths:
- 'apps/user/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-utility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
- develop
paths:
- 'apps/utility/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
- develop
paths:
- 'apps/webhook/**'
workflow_dispatch:
Expand Down
Loading

0 comments on commit d4dc1bc

Please sign in to comment.