Skip to content

Commit

Permalink
Fix: if have env file remove (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayavel-testsigma authored Sep 21, 2023
1 parent 62c4a78 commit 8c35296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/staging-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.WEBSITE_STAGING_BUCKET_NAME }} >> .env
echo HOST_NAME=${{ secrets.WEBSITE_STAGING_HOST_NAME }} >> .env
Expand Down

0 comments on commit 8c35296

Please sign in to comment.