Skip to content

Commit

Permalink
fix(workflow): removed tmp ci
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Dec 31, 2024
1 parent f013b7e commit a6f48d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
environment: ${{ inputs.environment}}
runs-on: ubuntu-latest
steps:

- name: Deploy to production
- name: Deploy app
uses: johnbeynon/[email protected]
with:
service-id: ${{ secrets.RENDER_SERVICE_ID }}
api-key: ${{ secrets.RENDER_API_KEY }}
wait-for-success: true


14 changes: 0 additions & 14 deletions .github/workflows/main.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ jobs:
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
secrets: inherit
Deploy-Beta:
needs: [Create-Release]
uses: ./.github/workflows/cd.yml
secrets: inherit

0 comments on commit a6f48d8

Please sign in to comment.