Skip to content

Commit

Permalink
Merge pull request #21 from adidoesnt/development
Browse files Browse the repository at this point in the history
fix deploy.yml
  • Loading branch information
adidoesnt authored Feb 8, 2024
2 parents 960af4e + 2a0fcd1 commit bb950bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
run: |
cd health && heroku config:set \
SERVER_LIST=${{ secrets.TELEGRAM_BOT_TOKEN }} \
PING_INTERVAL=${{ secrets.TELEGRAM_BOT_WEBHOOK_URL }}
PING_INTERVAL=${{ secrets.TELEGRAM_BOT_WEBHOOK_URL }} \
--app echofinder-health
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit bb950bd

Please sign in to comment.