Skip to content

Commit

Permalink
Merge branch 'pipeline-implementation' of github.com:Bhutan-NDI/ngota…
Browse files Browse the repository at this point in the history
…g-platform into pipeline-implementation
  • Loading branch information
Sheetal-ayanworks committed Apr 17, 2024
2 parents 227efea + 698cf28 commit 8c1ee23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dev-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
workflow_dispatch:

env:

ECR_IMAGE_TAG: "AGENT_V_${{ github.run_number }}"

ECR_REPOSITORY: "dev-services"
AWS_REGION: "ap-southeast-1"
CLUSTER: "DEV-NGOTAG-CLUSTER"
Expand Down Expand Up @@ -103,4 +105,4 @@ jobs:
# Update the existing service
REVISION=$(aws ecs describe-task-definition --task-definition ${FAMILY} --region ap-southeast-1 | jq -r '.taskDefinition.revision')
aws ecs update-service --cluster ${CLUSTER} --region ap-southeast-1 --service ${SERVICE_NAME} --task-definition ${FAMILY}:${REVISION} --desired-count ${DESIRED_COUNT}
fi
fi

0 comments on commit 8c1ee23

Please sign in to comment.