Skip to content

Commit

Permalink
Merge pull request #100 from steniowagner/feat/remove-deploy-ci
Browse files Browse the repository at this point in the history
chore: removing deploy ci-step
  • Loading branch information
steniowagner authored Feb 18, 2024
2 parents 868b5fb + ca4b45d commit dd76090
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,3 @@ jobs:

- name: Building
run: npm run build

deploy:
name: Deploy to production
if: success() && github.ref == 'refs/heads/master'
needs: [code_check]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18

- name: Building
run: npm run build

- name: Deploy to production
uses: johnbeynon/[email protected]
with:
service-id: ${{ secrets.SERVICE_ID }}
api-key: ${{ secrets.RENDER_API_KEY }}

0 comments on commit dd76090

Please sign in to comment.