Skip to content

Commit

Permalink
Merge branch 'main' into release/uat-0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dattatraya-inflection authored Nov 14, 2024
2 parents 941874b + a7e671e commit e46497b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/aha-prod-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

Deploy-ECS:
needs: Publish-Release
environment: prod
environment: aha-prod
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -63,8 +63,8 @@ jobs:

- name: Copy constant file
run: aws s3 cp s3://${{ secrets.CONSTANT_FILE_BUCKET_PATH }}/constants.ts ./src/lib

- name: Copy constant file
- name: Copy favicon file
run: aws s3 cp s3://${{ secrets.FAVICON_FILE_BUCKET }}/favicon.png ./static/favicon.png

- name: Build and push
Expand Down Expand Up @@ -120,4 +120,5 @@ jobs:
url: 'https://reanfoundation.duplocloud.net/subscriptions/${{ secrets.DUPLO_ID }}/UpdateEcsService'
method: 'POST'
data: '{"TaskDefinition":${{ steps.taskdefintionvar.outputs.task_definition_arn }},"Name": "${{ secrets.SERVICE_NAME }}","Replicas":1, "HealthCheckGracePeriodSeconds": 1200, "DnsPrfx": ""}'
bearerToken: ${{ secrets.DUPLOCLOUD_TOKEN }}
bearerToken: ${{ secrets.DUPLOCLOUD_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/aha-uat-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Copy constant file
run: aws s3 cp s3://${{ secrets.CONSTANT_FILE_BUCKET_PATH }}/constants.ts ./src/lib

- name: Copy constant file
- name: Copy favicon file
run: aws s3 cp s3://${{ secrets.FAVICON_FILE_BUCKET }}/favicon.png ./static/favicon.png

- name: Build and push
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/prod-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,14 @@ jobs:
- name: Copy constant file
run: aws s3 cp s3://${{ secrets.CONSTANT_FILE_BUCKET_PATH }}/constants.ts ./src/lib

- name: Copy constant file
- name: Copy favicon file
run: aws s3 cp s3://${{ secrets.FAVICON_FILE_BUCKET }}/favicon.png ./static/favicon.png

- name: Show files
run: |
ls -al
cat ./src/lib/constants.ts
- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
Expand Down

0 comments on commit e46497b

Please sign in to comment.