Skip to content

Commit

Permalink
trying to overcome openssl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
deepansh96 committed Dec 18, 2023
1 parent d1ea1e6 commit 130b03f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_to_ecs_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
VUE_APP_MIXPANEL_PROJECT_TOKEN: ${{ secrets.VUE_APP_MIXPANEL_PROJECT_TOKEN }}
VUE_APP_SENTRY_DSN: ${{ secrets.VUE_APP_SENTRY_DSN }}
VUE_APP_GOOGLE_API_KEY: ${{ secrets.VUE_APP_GOOGLE_API_KEY }}
NODE_OPTIONS: --openssl-legacy-provider
run: |
# Build a docker container and push it to ECR
docker build \
Expand Down

0 comments on commit 130b03f

Please sign in to comment.