Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummiees authored Feb 17, 2021
1 parent e58dc7b commit a2315e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ jobs:
node-version: '14'
- run: npm i
- run: npm run build
- run: git config user.email "discord-reminder@github.com"
- run: git config user.name "discord-reminder"
- run: git add -A && git commit -m "Updated code"
- name: Deploy to Heroku
uses: akhileshns/heroku-deploy@v3.11.10
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "discord-reminder-bot-eu"
heroku_email: ${{secrets.HEROKU_EMAIL}}
heroku_app_name: "discord-reminder-bot-eu"
appdir: dist
docker_heroku_process_type: worker
# healthcheck: "https://discord-reminder-bot-eu.herokuapp.com/health"
Expand Down

0 comments on commit a2315e6

Please sign in to comment.