Skip to content

Commit

Permalink
Merge pull request #2 from PezhmanGhavami/feature
Browse files Browse the repository at this point in the history
fix/removed some lines from the cd file
  • Loading branch information
PezhmanGhavami authored Jul 15, 2024
2 parents 8243d2e + f989bd0 commit 4ae9a9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- name: Setting env variables
run: |
touch .env
echo DATABASE_URL=${{ secrets.DATABASE_URL }} >> .env
echo SECRET_COOKIE_PASSWORD=${{ secrets.SECRET_COOKIE_PASSWORD }} >> .env
echo BASE_URL=${{ secrets.BASE_URL }} >> .env
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 4ae9a9e

Please sign in to comment.