Skip to content

Commit

Permalink
fix: resove error in line 54
Browse files Browse the repository at this point in the history
  • Loading branch information
WalanyCosta committed Mar 1, 2024
1 parent 06b196e commit dfb3337
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
- run: npx eslint "src/**"
- run: npx prisma migrate dev
- run: npm run test:ci

deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to production
uses: johnbeynon/render-deploy-action@v0.0.8
with:
service-id: ${{ vars.SERVICE_ID }}
api-key: ${{ vars.API_KEY }}
wait-for-success: true
- name: Deploy to production
uses: johnbeynon/render-deploy-action@v0.0.8
with:
service-id: ${{ vars.SERVICE_ID }}
api-key: ${{ vars.API_KEY }}
wait-for-success: true

0 comments on commit dfb3337

Please sign in to comment.