Skip to content

Commit

Permalink
Update prod-ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rf-opssupport authored Sep 11, 2024
1 parent 7416c8e commit 9a5ed69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prod-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
- name: Copy constant file
run: aws s3 cp s3://${{ secrets.CONSTANT_FILE_BUCKET_PATH }}/constants.ts ./app/src/lib

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

0 comments on commit 9a5ed69

Please sign in to comment.