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 16, 2024
1 parent 1152e82 commit c796e25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id-token: write
contents: read

steps:
steps:
- name: Checkout Repository
uses: actions/checkout@v2

Expand Down Expand Up @@ -84,8 +84,8 @@ jobs:
# Register the task definition using the modified JSON file
aws ecs register-task-definition --family ${FAMILY} --cli-input-json file://${GITHUB_WORKSPACE}/${NAME}-v_${{ github.run_number }}.json --region ${{ env.AWS_REGION }}

- name: Create or Update Service
run: |
- name: Create or Update Service
run: |
echo "SERVICE_NAME: ${SERVICE_NAME}"
# Describe the service once and store the result
SERVICE_INFO=$(aws ecs describe-services --services ${SERVICE_NAME} --cluster ${CLUSTER} --region ${{ env.AWS_REGION }})
Expand Down

0 comments on commit c796e25

Please sign in to comment.