Skip to content

Commit

Permalink
Merge pull request #286 from testsigmahq/fix/build-error
Browse files Browse the repository at this point in the history
fix: Removing env file if already exists in prod build file
  • Loading branch information
Santhosh-testsigma authored Sep 25, 2023
2 parents cab181e + 522f608 commit 841fad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: npm install --ignore-scripts=false --verbose [email protected] --unsafe-perm --force
- name: 'Create env file'
run: |
rm -rf .env
touch .env
echo BUCKET_NAME=${{ secrets.BUCKET_NAME }} >> .env
echo HOST_NAME=${{ secrets.HOST_NAME }} >> .env
Expand Down

0 comments on commit 841fad1

Please sign in to comment.