Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilan032 committed Jun 20, 2024
2 parents 3c2aef7 + bbddf17 commit 1908af8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ jobs:

# - name: Lint code
# run: ./lint.sh

# Deployment steps
- name: Deploy to Heroku
uses: akhileshns/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: "your-heroku-app-name"
heroku_email: "[email protected]"

0 comments on commit 1908af8

Please sign in to comment.