Skip to content

Commit

Permalink
pipeline implemetation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Apr 17, 2024
1 parent 4be99e7 commit 71260d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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: "AGENT_V_${{ github.run_number }}"
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Update Task Definition and service
run: |
FAMILY=$(sed -n 's/.*"family": "\(.*\)",/\1/p' taskdef/api-gateway-service.json)
NAME=$(jq -r '.containerDefinitions[0].name' taskdef/api-gateway-taskdef.json)
NAME=$(sed -n 's/.*"name": "\(.*\)",/\1/p' taskdef/api-gateway-service.json)
SERVICE_NAME="${NAME}_service"
echo "SERVICE_NAME: $SERVICE_NAME"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-issuance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
paths:
- 'apps/issuance/**'
workflow_dispatch:
# paths:
# - 'apps/issuance/**'
# workflow_dispatch:

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

0 comments on commit 71260d9

Please sign in to comment.