Skip to content

Commit

Permalink
Add github deployment to deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
binos30 committed Jul 21, 2024
1 parent 54b4593 commit e8a581a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
needs: [scan_ruby, lint, test]
permissions:
deployments: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -97,4 +99,5 @@ jobs:
service_id: ${{ secrets.RENDER_SERVICE_ID }}
api_key: ${{ secrets.RENDER_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_deployment: true
wait_deploy: true

0 comments on commit e8a581a

Please sign in to comment.