Skip to content

Commit

Permalink
Fix deploy.yml
Browse files Browse the repository at this point in the history
Bad usage of commands
  • Loading branch information
Jorgemacias-12 authored May 3, 2024
1 parent 3c01855 commit 672ac83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

- name: Create.env file
run: |
touch.env
touch .env
echo PORT=${{secrets.PORT}} >>.env
echo DATABASE_URL="${{secrets.DATABASE_URL}}" >>.env
echo PRISMA_SCHEMA=src/db/schema.prisma >>.env
echo SSL_KEY_PATH=${{ secrets.SSL_KEY_PATH }} >>.env
echo SSL_CERTIFICATE_PATH=${{ secrets.SSL_CERTIFICATE_PATH }} >>.env
cat.env
cat .env
- name: Install bun
uses: oven-sh/setup-bun@v1
Expand Down

0 comments on commit 672ac83

Please sign in to comment.