Skip to content

Commit

Permalink
Merge pull request #24 from 0xPolygon/staking-ui-env-file-creation
Browse files Browse the repository at this point in the history
Fix for nextjs build
  • Loading branch information
sshrihar authored Jan 24, 2025
2 parents 81036c2 + 491206c commit c17e3a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ecs_deploy_docker_taskdef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
if [ -f secrets.json ]; then
echo "Setting environment variables from JSON..."
jq -r 'to_entries | .[] | "\(.key)=\(.value)"' secrets.json >> $GITHUB_ENV
jq -r 'to_entries | .[] | "\(.key)=\(.value)"' secrets.json | tr '\n' '\r\n' > code/.env
fi
- name: Set up secrets from base64 encoded secret to .env file in code directory
Expand Down

0 comments on commit c17e3a2

Please sign in to comment.