Skip to content

Commit

Permalink
Remove unnecessary command from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Feb 2, 2024
1 parent 6209cdc commit 0aaa985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
echo DATABASE_URL=${{ steps.create-branch.outputs.db_url_with_pooler }}?sslmode=require >> .env
pnpm run db:generate
pnpm run db:migrate
- name: Deploy
Expand Down

0 comments on commit 0aaa985

Please sign in to comment.