Skip to content

Commit

Permalink
Update prod-ci-cd.yml (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
rf-opssupport authored Jan 10, 2024
1 parent ab15acf commit 67d5658
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prod-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Copy env file
run: aws s3 cp s3://${{ secrets.ENV_FILE_BUCKET_PATH }}/.env ./.env

- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
Expand Down Expand Up @@ -112,4 +115,4 @@ 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 }}

0 comments on commit 67d5658

Please sign in to comment.